Html Css Color HEX #F20805 Red

📋 copy color: '#F20805'

red 242 ◦ green 8 ◦ blue 5

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

Shades of Red #F20805

Tints of Red #F20805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 94.9%
G = 3.14%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F20805 (or 0xF20805) is known color: Red. HEX triplet: F2, 08 and 05. RGB value is (242,8,5). Sum of RGB (Red+Green+Blue) = 242+8+5=255 (33% of max value = 765). Red value is 242 (94.92% from 255 or 94.90% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 242 - color contains mainly: red. Hex color #F20805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20805 is #0DF7FA. Grayscale: #4D4D4D. Windows color (decimal): -915451 or 329970. OLE color: 329970.

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

Color convert

RGB 242 8 5 -
CMYK 0 0.97 0.98 0.05
HSL 0.76º 0.96% 0.48% -
HSV(B) 0.76º 0.98% 0.95% -
XYZ 36.73 19.06 1.89 -
YUV 77.62 87.02 245.24 -
System Red Green Blue C M Y K H S L
Decimal 242 8 5 0 0.97 0.98 0.05 0.76 0.96 0.48
Hex F2 8 5 0 61 62 5 1 60 30
Octal 362 10 5 0 141 142 5 1 140 60
Binary 11110010 1000 101 0 1100001 1100010 101 1 1100000 110000

Color Harmonies of #F20805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20805

Black with #F20805

Text Example


Text Example

White with #F20805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20805; }

 p { color: rgb(242,8,5); }

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

background-color css

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

 a { background-color: rgb(242,8,5); }

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

border-color css

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

 span { border-color: rgb(242,8,5); }

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