Html Css Color HEX #F20903 Red

📋 copy color: '#F20903'

red 242 ◦ green 9 ◦ blue 3

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

Shades of Red #F20903

Tints of Red #F20903

RGB

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

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

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

R = 95.28%
G = 3.54%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F20903 (or 0xF20903) is known color: Red. HEX triplet: F2, 09 and 03. RGB value is (242,9,3). Sum of RGB (Red+Green+Blue) = 242+9+3=254 (33% of max value = 765). Red value is 242 (94.92% from 255 or 95.28% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 242 - color contains mainly: red. Hex color #F20903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20903 is #0DF6FC. Grayscale: #4E4E4E. Windows color (decimal): -915197 or 199154. OLE color: 199154.

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

Color convert

RGB 242 9 3 -
CMYK 0 0.96 0.99 0.05
HSL 1.51º 0.98% 0.48% -
HSV(B) 1.51º 0.99% 0.95% -
XYZ 36.73 19.08 1.83 -
YUV 77.98 85.69 244.99 -
System Red Green Blue C M Y K H S L
Decimal 242 9 3 0 0.96 0.99 0.05 1.51 0.98 0.48
Hex F2 9 3 0 60 63 5 2 62 30
Octal 362 11 3 0 140 143 5 2 142 60
Binary 11110010 1001 11 0 1100000 1100011 101 10 1100010 110000

Color Harmonies of #F20903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20903

Black with #F20903

Text Example


Text Example

White with #F20903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20903; }

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

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

background-color css

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

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

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

border-color css

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

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

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