#F20C00

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

Shades of Red #F20C00

Tints of Red #F20C00

Color information

#F20C00 (or 0xF20C00) is unknown color: approx Red. HEX triplet: F2, 0C and 00. RGB value is (242,12,0). Sum of RGB (Red+Green+Blue) = 242+12+0=254 (33% of max value = 765). Red value is 242 (94.92% from 255 or 95.28% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 242 - color contains mainly: red. Hex color #F20C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20C00 is #0DF3FF. Grayscale: #4F4F4F. Windows color (decimal): -914432 or 3314. OLE color: 3314.

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

Color convert

RGB242120-
CMYK00.9510.05
HSL2.98º100%47.45%-
HSV(B)2.98º100%94.9%-
XYZ36.7519.141.76-
YUV79.483.2243.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 95.28%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.28%
G=4.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212000.9510.052.9810047.45
HexF2C005F6453642f
Octal36214001371445314457
Binary1111001011000010111111100100101111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20C00; }

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

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

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

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

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

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

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

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