#F00902

Color #F00902 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #F00902

Tints of Red #F00902

Color information

#F00902 (or 0xF00902) is unknown color: approx Red. HEX triplet: F0, 09 and 02. RGB value is (240,9,2). Sum of RGB (Red+Green+Blue) = 240+9+2=251 (33% of max value = 765). Red value is 240 (94.14% from 255 or 95.62% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 240 - color contains mainly: red. Hex color #F00902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00902 is #0FF6FD. Grayscale: #4D4D4D. Windows color (decimal): -1046270 or 133616. OLE color: 133616.

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

Color convert

RGB24092-
CMYK00.960.990.06
HSL1.76º98.35%47.45%-
HSV(B)1.76º99.17%94.12%-
XYZ36.0418.731.77-
YUV77.2785.53244.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 95.62%
GREEN value IS 9 (3.91% from 255) = 3.59%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=95.62%
G=3.59%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409200.960.990.061.7698.3547.45
HexF0920606362622f
Octal36011201401436214257
Binary11110000100110011000001100011110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00902; }

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

 H1.HeaderClassName
 {
   color: #F00902;
 }
 .AnyTagClassName
 {
   color: #F00902;
 }
</style>
background-color css

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

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

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

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

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

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