color codes Logo

#f8002d color codes

#F8002D
(248,0,45)
0 Favorites   0 Comments

Color spaces of #f8002d

RGB 248045
HSL0.971.000.49
HSV349°100°97°
CMYK 0.001.000.82   0.03
XYZ39.185120.14594.3059
Yxy20.14590.61580.3166
Hunter Lab44.884277.288025.7310
CIE-Lab52.001879.021449.1051

#f8002d color RGB value is (248,0,45).

#f8002d hex color red value is 248, green value is 0 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f8002d hue: 0.97 , saturation: 1.00 and the lightness value of f8002d is 0.49.

The process color (four color CMYK) of #f8002d color code is 0.00, 1.00, 0.82, 0.03. Web safe color of #f8002d is #ff0033. Color #f8002d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000000 00101101
Octal 370 0 55
Decimal 248 0 45
Hex F8 0 2D

RGB Percentages of Color #f8002d

%84.64
%0.00
%15.36

CMYK Percentages of Color #f8002d

%0
%100
%82
%3

Triadic Colors of #f8002d

#f8002d #2df800 #002df8

Analogous Colors of #f8002d

#f8002d #f84f00 #f800a9

Monochromatic Colors of #f8002d

#f8002d

Complementary Color

#f8002d #00f8cb

#f8002d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8002d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8002d Color CSS Codes

.mybgcolor {background-color:#f8002d; } 
.myforecolor {color:#f8002d; }
.mybordercolor {border:3px solid #f8002d; }

#f8002d Text Font Color

<p style="color:#f8002d">Text here</p>

This sample text font color is #f8002d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f8002d Background Color

<div style="background-color:#f8002d">
Div content here</div>

This div background color is #f8002d


#f8002d Border Color

<div style="border:3px solid #f8002d">
Div here</div>

This div border color is #f8002d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,0,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8002d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8002d;
  -webkit-box-shadow: 1px 1px 3px 2px #f8002d;
  box-shadow:         1px 1px 3px 2px #f8002d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,0,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f8002d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f8002d;
  -webkit-box-shadow: 1px 1px 3px 2px #f8002d;
  box-shadow:         1px 1px 3px 2px #f8002d;">
Div content here</div>

This div box has shadow with color #f8002d

Related Colors


Comments

No comments written yet.

Please login to write comment.