Html Css Color HEX #F00F08 Red

📋 copy color: '#F00F08'

red 240 ◦ green 15 ◦ blue 8

#F00F08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #F00F08

Tints of Red #F00F08

RGB

 RED value IS 240 (94.14% from 255) = 91.25%

 GREEN value IS 15 (6.25% from 255) = 5.7%

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 91.25%
G = 5.7%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F00F08 (or 0xF00F08) is known color: Red. HEX triplet: F0, 0F and 08. RGB value is (240,15,8). Sum of RGB (Red+Green+Blue) = 240+15+8=263 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.25% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00F08 is #0FF0F7. Grayscale: #515151. Windows color (decimal): -1044728 or 528368. OLE color: 528368.

HSL color Cylindrical-coordinate representation of color #F00F08: hue angle of 1.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00F08 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 15 8 -
CMYK 0 0.94 0.97 0.06
HSL 1.81º 0.94% 0.49% -
HSV(B) 1.81º 0.97% 0.94% -
XYZ 36.15 18.88 1.97 -
YUV 81.48 86.54 241.07 -
System Red Green Blue C M Y K H S L
Decimal 240 15 8 0 0.94 0.97 0.06 1.81 0.94 0.49
Hex F0 F 8 0 5E 61 6 2 5E 31
Octal 360 17 10 0 136 141 6 2 136 61
Binary 11110000 1111 1000 0 1011110 1100001 110 10 1011110 110001

Color Harmonies of #F00F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F08

Black with #F00F08

Text Example


Text Example

White with #F00F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F08; }

 p { color: rgb(240,15,8); }

 H1.HeaderClassName
 {
   color: #F00F08;
 }
 .AnyTagClassName
 {
   color: #F00F08;
 }
</style>

background-color css

<style>
 a { background-color: #F00F08; }

 a { background-color: rgb(240,15,8); }

 div.DivClassName
 {
   background-color: #F00F08;
 }
 .BgClassName
 {
   background-color: #F00F08;
 }
</style>

border-color css

<style>
 span { border-color: #F00F08; }

 span { border-color: rgb(240,15,8); }

 td.TdClassName
 {
   border-color: #F00F08;
 }
 .TagClassName
 {
   border-color: #F00F08;
 }
</style>