Html Css Color HEX #F20C03 Red

📋 copy color: '#F20C03'

red 242 ◦ green 12 ◦ blue 3

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

Shades of Red #F20C03

Tints of Red #F20C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 94.16%
G = 4.67%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F20C03 (or 0xF20C03) is known color: Red. HEX triplet: F2, 0C and 03. RGB value is (242,12,3). Sum of RGB (Red+Green+Blue) = 242+12+3=257 (34% of max value = 765). Red value is 242 (94.92% from 255 or 94.16% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 242 - color contains mainly: red. Hex color #F20C03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20C03 is #0DF3FC. Grayscale: #505050. Windows color (decimal): -914429 or 199922. OLE color: 199922.

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

Color convert

RGB 242 12 3 -
CMYK 0 0.95 0.99 0.05
HSL 2.26º 0.98% 0.48% -
HSV(B) 2.26º 0.99% 0.95% -
XYZ 36.77 19.15 1.84 -
YUV 79.74 84.7 243.73 -
System Red Green Blue C M Y K H S L
Decimal 242 12 3 0 0.95 0.99 0.05 2.26 0.98 0.48
Hex F2 C 3 0 5F 63 5 2 62 30
Octal 362 14 3 0 137 143 5 2 142 60
Binary 11110010 1100 11 0 1011111 1100011 101 10 1100010 110000

Color Harmonies of #F20C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20C03

Black with #F20C03

Text Example


Text Example

White with #F20C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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