Html Css Color HEX #F92012 Scarlet

📋 copy color: '#F92012'

red 249 ◦ green 32 ◦ blue 18

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

Shades of Scarlet #F92012

Tints of Scarlet #F92012

RGB

 RED value IS 249 (97.66% from 255) = 83.28%

 GREEN value IS 32 (12.89% from 255) = 10.7%

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

R = 83.28%
G = 10.7%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F92012 (or 0xF92012) is known color: Scarlet. HEX triplet: F9, 20 and 12. RGB value is (249,32,18). Sum of RGB (Red+Green+Blue) = 249+32+18=299 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.28% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 249 - color contains mainly: red. Hex color #F92012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92012 is #06DFED. Grayscale: #5F5F5F. Windows color (decimal): -450542 or 1188089. OLE color: 1188089.

HSL color Cylindrical-coordinate representation of color #F92012: hue angle of 3.64º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F92012 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 32 18 -
CMYK 0 0.87 0.93 0.02
HSL 3.64º 0.95% 0.52% -
HSV(B) 3.64º 0.93% 0.98% -
XYZ 39.69 21.22 2.58 -
YUV 95.29 84.39 237.64 -
System Red Green Blue C M Y K H S L
Decimal 249 32 18 0 0.87 0.93 0.02 3.64 0.95 0.52
Hex F9 20 12 0 57 5D 2 4 5F 34
Octal 371 40 22 0 127 135 2 4 137 64
Binary 11111001 100000 10010 0 1010111 1011101 10 100 1011111 110100

Color Harmonies of #F92012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92012

Black with #F92012

Text Example


Text Example

White with #F92012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92012; }

 p { color: rgb(249,32,18); }

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

background-color css

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

 a { background-color: rgb(249,32,18); }

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

border-color css

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

 span { border-color: rgb(249,32,18); }

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