Html Css Color HEX #F20900 Red

📋 copy color: '#F20900'

red 242 ◦ green 9 ◦ blue 0

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

Shades of Red #F20900

Tints of Red #F20900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.41%
G = 3.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F20900 (or 0xF20900) is known color: Red. HEX triplet: F2, 09 and 00. RGB value is (242,9,0). Sum of RGB (Red+Green+Blue) = 242+9+0=251 (33% of max value = 765). Red value is 242 (94.92% from 255 or 96.41% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 242 - color contains mainly: red. Hex color #F20900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20900 is #0DF6FF. Grayscale: #4D4D4D. Windows color (decimal): -915200 or 2546. OLE color: 2546.

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

Color convert

RGB 242 9 0 -
CMYK 0 0.96 1 0.05
HSL 2.23º 1% 0.47% -
HSV(B) 2.23º 1% 0.95% -
XYZ 36.72 19.07 1.75 -
YUV 77.64 84.19 245.23 -
System Red Green Blue C M Y K H S L
Decimal 242 9 0 0 0.96 1 0.05 2.23 1 0.47
Hex F2 9 0 0 60 64 5 2 64 2F
Octal 362 11 0 0 140 144 5 2 144 57
Binary 11110010 1001 0 0 1100000 1100100 101 10 1100100 101111

Color Harmonies of #F20900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20900

Black with #F20900

Text Example


Text Example

White with #F20900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20900; }

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

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

background-color css

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

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

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

border-color css

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

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

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