Html Css Color HEX #F0120C Red

📋 copy color: '#F0120C'

red 240 ◦ green 18 ◦ blue 12

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

Shades of Red #F0120C

Tints of Red #F0120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

 BLUE value IS 12 (5.08% from 255) = 4.44%

R = 88.89%
G = 6.67%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0120C (or 0xF0120C) is known color: Red. HEX triplet: F0, 12 and 0C. RGB value is (240,18,12). Sum of RGB (Red+Green+Blue) = 240+18+12=270 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.89% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 240 - color contains mainly: red. Hex color #F0120C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0120C is #0FEDF3. Grayscale: #535353. Windows color (decimal): -1043956 or 791280. OLE color: 791280.

HSL color Cylindrical-coordinate representation of color #F0120C: hue angle of 1.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0120C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 12 -
CMYK 0 0.92 0.95 0.06
HSL 1.58º 0.9% 0.49% -
HSV(B) 1.58º 0.95% 0.94% -
XYZ 36.22 18.98 2.1 -
YUV 83.69 87.55 239.49 -
System Red Green Blue C M Y K H S L
Decimal 240 18 12 0 0.92 0.95 0.06 1.58 0.9 0.49
Hex F0 12 C 0 5C 5F 6 2 5A 31
Octal 360 22 14 0 134 137 6 2 132 61
Binary 11110000 10010 1100 0 1011100 1011111 110 10 1011010 110001

Color Harmonies of #F0120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0120C

Black with #F0120C

Text Example


Text Example

White with #F0120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0120C; }

 p { color: rgb(240,18,12); }

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

background-color css

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

 a { background-color: rgb(240,18,12); }

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

border-color css

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

 span { border-color: rgb(240,18,12); }

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