Html Css Color HEX #F20403 Red

📋 copy color: '#F20403'

red 242 ◦ green 4 ◦ blue 3

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

Shades of Red #F20403

Tints of Red #F20403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 97.19%
G = 1.61%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F20403 (or 0xF20403) is known color: Red. HEX triplet: F2, 04 and 03. RGB value is (242,4,3). Sum of RGB (Red+Green+Blue) = 242+4+3=249 (32% of max value = 765). Red value is 242 (94.92% from 255 or 97.19% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 242 - color contains mainly: red. Hex color #F20403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20403 is #0DFBFC. Grayscale: #4B4B4B. Windows color (decimal): -916477 or 197874. OLE color: 197874.

HSL color Cylindrical-coordinate representation of color #F20403: hue angle of 0.25º 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 #F20403 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 4 3 -
CMYK 0 0.98 0.99 0.05
HSL 0.25º 0.98% 0.48% -
HSV(B) 0.25º 0.99% 0.95% -
XYZ 36.68 18.97 1.81 -
YUV 75.05 87.35 247.08 -
System Red Green Blue C M Y K H S L
Decimal 242 4 3 0 0.98 0.99 0.05 0.25 0.98 0.48
Hex F2 4 3 0 62 63 5 0 62 30
Octal 362 4 3 0 142 143 5 0 142 60
Binary 11110010 100 11 0 1100010 1100011 101 0 1100010 110000

Color Harmonies of #F20403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20403

Black with #F20403

Text Example


Text Example

White with #F20403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20403; }

 p { color: rgb(242,4,3); }

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

background-color css

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

 a { background-color: rgb(242,4,3); }

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

border-color css

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

 span { border-color: rgb(242,4,3); }

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