Html Css Color HEX #F20906 Red

📋 copy color: '#F20906'

red 242 ◦ green 9 ◦ blue 6

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

Shades of Red #F20906

Tints of Red #F20906

RGB

 RED value IS 242 (94.92% from 255) = 94.16%

 GREEN value IS 9 (3.91% from 255) = 3.5%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 94.16%
G = 3.5%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F20906 (or 0xF20906) is known color: Red. HEX triplet: F2, 09 and 06. RGB value is (242,9,6). Sum of RGB (Red+Green+Blue) = 242+9+6=257 (34% of max value = 765). Red value is 242 (94.92% from 255 or 94.16% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 242 - color contains mainly: red. Hex color #F20906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20906 is #0DF6F9. Grayscale: #4E4E4E. Windows color (decimal): -915194 or 395762. OLE color: 395762.

HSL color Cylindrical-coordinate representation of color #F20906: hue angle of 0.76º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20906 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 9 6 -
CMYK 0 0.96 0.98 0.05
HSL 0.76º 0.95% 0.49% -
HSV(B) 0.76º 0.98% 0.95% -
XYZ 36.75 19.09 1.92 -
YUV 78.33 87.19 244.74 -
System Red Green Blue C M Y K H S L
Decimal 242 9 6 0 0.96 0.98 0.05 0.76 0.95 0.49
Hex F2 9 6 0 60 62 5 1 5F 31
Octal 362 11 6 0 140 142 5 1 137 61
Binary 11110010 1001 110 0 1100000 1100010 101 1 1011111 110001

Color Harmonies of #F20906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20906

Black with #F20906

Text Example


Text Example

White with #F20906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20906; }

 p { color: rgb(242,9,6); }

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

background-color css

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

 a { background-color: rgb(242,9,6); }

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

border-color css

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

 span { border-color: rgb(242,9,6); }

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