Html Css Color HEX #F62116 Scarlet

📋 copy color: '#F62116'

red 246 ◦ green 33 ◦ blue 22

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

Shades of Scarlet #F62116

Tints of Scarlet #F62116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.96%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 81.73%
G = 10.96%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F62116 (or 0xF62116) is known color: Scarlet. HEX triplet: F6, 21 and 16. RGB value is (246,33,22). Sum of RGB (Red+Green+Blue) = 246+33+22=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F62116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62116 is #09DEE9. Grayscale: #5F5F5F. Windows color (decimal): -646890 or 1450486. OLE color: 1450486.

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

Color convert

RGB 246 33 22 -
CMYK 0 0.87 0.91 0.04
HSL 2.95º 0.93% 0.53% -
HSV(B) 2.95º 0.91% 0.96% -
XYZ 38.69 20.74 2.72 -
YUV 95.43 86.57 235.39 -
System Red Green Blue C M Y K H S L
Decimal 246 33 22 0 0.87 0.91 0.04 2.95 0.93 0.53
Hex F6 21 16 0 57 5B 4 3 5D 35
Octal 366 41 26 0 127 133 4 3 135 65
Binary 11110110 100001 10110 0 1010111 1011011 100 11 1011101 110101

Color Harmonies of #F62116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62116

Black with #F62116

Text Example


Text Example

White with #F62116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62116; }

 p { color: rgb(246,33,22); }

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

background-color css

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

 a { background-color: rgb(246,33,22); }

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

border-color css

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

 span { border-color: rgb(246,33,22); }

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