Html Css Color HEX #F20D02 Red

📋 copy color: '#F20D02'

red 242 ◦ green 13 ◦ blue 2

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

Shades of Red #F20D02

Tints of Red #F20D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.06%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 94.16%
G = 5.06%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F20D02 (or 0xF20D02) is known color: Red. HEX triplet: F2, 0D and 02. RGB value is (242,13,2). Sum of RGB (Red+Green+Blue) = 242+13+2=257 (34% of max value = 765). Red value is 242 (94.92% from 255 or 94.16% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20D02 is #0DF2FD. Grayscale: #505050. Windows color (decimal): -914174 or 134642. OLE color: 134642.

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

Color convert

RGB 242 13 2 -
CMYK 0 0.95 0.99 0.05
HSL 2.75º 0.98% 0.48% -
HSV(B) 2.75º 0.99% 0.95% -
XYZ 36.77 19.17 1.82 -
YUV 80.22 83.87 243.39 -
System Red Green Blue C M Y K H S L
Decimal 242 13 2 0 0.95 0.99 0.05 2.75 0.98 0.48
Hex F2 D 2 0 5F 63 5 3 62 30
Octal 362 15 2 0 137 143 5 3 142 60
Binary 11110010 1101 10 0 1011111 1100011 101 11 1100010 110000

Color Harmonies of #F20D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20D02

Black with #F20D02

Text Example


Text Example

White with #F20D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20D02; }

 p { color: rgb(242,13,2); }

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

background-color css

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

 a { background-color: rgb(242,13,2); }

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

border-color css

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

 span { border-color: rgb(242,13,2); }

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