Html Css Color HEX #F62412 Scarlet

📋 copy color: '#F62412'

red 246 ◦ green 36 ◦ blue 18

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

Shades of Scarlet #F62412

Tints of Scarlet #F62412

RGB

 RED value IS 246 (96.48% from 255) = 82%

 GREEN value IS 36 (14.45% from 255) = 12%

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

R = 82%
G = 12%
B = 6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F62412 (or 0xF62412) is known color: Scarlet. HEX triplet: F6, 24 and 12. RGB value is (246,36,18). Sum of RGB (Red+Green+Blue) = 246+36+18=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F62412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62412 is #09DBED. Grayscale: #616161. Windows color (decimal): -646126 or 1189110. OLE color: 1189110.

HSL color Cylindrical-coordinate representation of color #F62412: hue angle of 4.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F62412 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 36 18 -
CMYK 0 0.85 0.93 0.04
HSL 4.74º 0.93% 0.52% -
HSV(B) 4.74º 0.93% 0.96% -
XYZ 38.75 20.9 2.56 -
YUV 96.74 83.57 234.46 -
System Red Green Blue C M Y K H S L
Decimal 246 36 18 0 0.85 0.93 0.04 4.74 0.93 0.52
Hex F6 24 12 0 55 5D 4 5 5D 34
Octal 366 44 22 0 125 135 4 5 135 64
Binary 11110110 100100 10010 0 1010101 1011101 100 101 1011101 110100

Color Harmonies of #F62412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62412

Black with #F62412

Text Example


Text Example

White with #F62412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62412; }

 p { color: rgb(246,36,18); }

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

background-color css

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

 a { background-color: rgb(246,36,18); }

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

border-color css

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

 span { border-color: rgb(246,36,18); }

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