#F20B03

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

Shades of Red #F20B03

Tints of Red #F20B03

Color information

#F20B03 (or 0xF20B03) is unknown color: approx Red. HEX triplet: F2, 0B and 03. RGB value is (242,11,3). Sum of RGB (Red+Green+Blue) = 242+11+3=256 (33% of max value = 765). Red value is 242 (94.92% from 255 or 94.53% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 242 - color contains mainly: red. Hex color #F20B03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20B03 is #0DF4FC. Grayscale: #4F4F4F. Windows color (decimal): -914685 or 199666. OLE color: 199666.

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

Color convert

RGB242113-
CMYK00.950.990.05
HSL2.01º97.55%48.04%-
HSV(B)2.01º98.76%94.9%-
XYZ36.7519.121.84-
YUV79.1685.03244.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 94.53%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=94.53%
G=4.30%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211300.950.990.052.0197.5548.04
HexF2B305F63526230
Octal36213301371435214260
Binary11110010101111010111111100011101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20B03; }

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

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

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

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

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

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

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

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