Html Css Color HEX #F02A12 Scarlet

📋 copy color: '#F02A12'

red 240 ◦ green 42 ◦ blue 18

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

Shades of Scarlet #F02A12

Tints of Scarlet #F02A12

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

 BLUE value IS 18 (7.42% from 255) = 6%

R = 80%
G = 14%
B = 6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F02A12 (or 0xF02A12) is known color: Scarlet. HEX triplet: F0, 2A and 12. RGB value is (240,42,18). Sum of RGB (Red+Green+Blue) = 240+42+18=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02A12 is #0FD5ED. Grayscale: #626262. Windows color (decimal): -1037806 or 1190640. OLE color: 1190640.

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

Color convert

RGB 240 42 18 -
CMYK 0 0.82 0.92 0.06
HSL 6.49º 0.88% 0.51% -
HSV(B) 6.49º 0.93% 0.94% -
XYZ 36.87 20.22 2.53 -
YUV 98.47 82.6 228.95 -
System Red Green Blue C M Y K H S L
Decimal 240 42 18 0 0.82 0.92 0.06 6.49 0.88 0.51
Hex F0 2A 12 0 52 5C 6 6 58 33
Octal 360 52 22 0 122 134 6 6 130 63
Binary 11110000 101010 10010 0 1010010 1011100 110 110 1011000 110011

Color Harmonies of #F02A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A12

Black with #F02A12

Text Example


Text Example

White with #F02A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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