Html Css Color HEX #F00900 Red

📋 copy color: '#F00900'

red 240 ◦ green 9 ◦ blue 0

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

Shades of Red #F00900

Tints of Red #F00900

RGB

 RED value IS 240 (94.14% from 255) = 96.39%

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

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

R = 96.39%
G = 3.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F00900 (or 0xF00900) is known color: Red. HEX triplet: F0, 09 and 00. RGB value is (240,9,0). Sum of RGB (Red+Green+Blue) = 240+9+0=249 (32% of max value = 765). Red value is 240 (94.14% from 255 or 96.39% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 240 - color contains mainly: red. Hex color #F00900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00900 is #0FF6FF. Grayscale: #4D4D4D. Windows color (decimal): -1046272 or 2544. OLE color: 2544.

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

Color convert

RGB 240 9 0 -
CMYK 0 0.96 1 0.06
HSL 2.25º 1% 0.47% -
HSV(B) 2.25º 1% 0.94% -
XYZ 36.03 18.72 1.71 -
YUV 77.04 84.53 244.23 -
System Red Green Blue C M Y K H S L
Decimal 240 9 0 0 0.96 1 0.06 2.25 1 0.47
Hex F0 9 0 0 60 64 6 2 64 2F
Octal 360 11 0 0 140 144 6 2 144 57
Binary 11110000 1001 0 0 1100000 1100100 110 10 1100100 101111

Color Harmonies of #F00900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00900

Black with #F00900

Text Example


Text Example

White with #F00900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00900; }

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

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

background-color css

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

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

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

border-color css

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

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

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