Html Css Color HEX #F0120A Red

📋 copy color: '#F0120A'

red 240 ◦ green 18 ◦ blue 10

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

Shades of Red #F0120A

Tints of Red #F0120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 89.55%
G = 6.72%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0120A (or 0xF0120A) is known color: Red. HEX triplet: F0, 12 and 0A. RGB value is (240,18,10). Sum of RGB (Red+Green+Blue) = 240+18+10=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F0120A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0120A is #0FEDF5. Grayscale: #535353. Windows color (decimal): -1043958 or 660208. OLE color: 660208.

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

Color convert

RGB 240 18 10 -
CMYK 0 0.92 0.96 0.06
HSL 2.09º 0.92% 0.49% -
HSV(B) 2.09º 0.96% 0.94% -
XYZ 36.21 18.98 2.04 -
YUV 83.47 86.55 239.65 -
System Red Green Blue C M Y K H S L
Decimal 240 18 10 0 0.92 0.96 0.06 2.09 0.92 0.49
Hex F0 12 A 0 5C 60 6 2 5C 31
Octal 360 22 12 0 134 140 6 2 134 61
Binary 11110000 10010 1010 0 1011100 1100000 110 10 1011100 110001

Color Harmonies of #F0120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0120A

Black with #F0120A

Text Example


Text Example

White with #F0120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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