Html Css Color HEX #F62716 Scarlet

📋 copy color: '#F62716'

red 246 ◦ green 39 ◦ blue 22

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

Shades of Scarlet #F62716

Tints of Scarlet #F62716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.7%

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

R = 80.13%
G = 12.7%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F62716 (or 0xF62716) is known color: Scarlet. HEX triplet: F6, 27 and 16. RGB value is (246,39,22). Sum of RGB (Red+Green+Blue) = 246+39+22=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F62716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62716 is #09D8E9. Grayscale: #636363. Windows color (decimal): -645354 or 1452022. OLE color: 1452022.

HSL color Cylindrical-coordinate representation of color #F62716: hue angle of 4.55º 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 #F62716 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 39 22 -
CMYK 0 0.84 0.91 0.04
HSL 4.55º 0.93% 0.53% -
HSV(B) 4.55º 0.91% 0.96% -
XYZ 38.88 21.1 2.78 -
YUV 98.96 84.58 232.88 -
System Red Green Blue C M Y K H S L
Decimal 246 39 22 0 0.84 0.91 0.04 4.55 0.93 0.53
Hex F6 27 16 0 54 5B 4 5 5D 35
Octal 366 47 26 0 124 133 4 5 135 65
Binary 11110110 100111 10110 0 1010100 1011011 100 101 1011101 110101

Color Harmonies of #F62716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62716

Black with #F62716

Text Example


Text Example

White with #F62716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62716; }

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

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

background-color css

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

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

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

border-color css

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

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

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