Html Css Color HEX #F63116 Scarlet

📋 copy color: '#F63116'

red 246 ◦ green 49 ◦ blue 22

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

Shades of Scarlet #F63116

Tints of Scarlet #F63116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

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

R = 77.6%
G = 15.46%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F63116 (or 0xF63116) is known color: Scarlet. HEX triplet: F6, 31 and 16. RGB value is (246,49,22). Sum of RGB (Red+Green+Blue) = 246+49+22=317 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.60% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 246 - color contains mainly: red. Hex color #F63116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63116 is #09CEE9. Grayscale: #696969. Windows color (decimal): -642794 or 1454582. OLE color: 1454582.

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

Color convert

RGB 246 49 22 -
CMYK 0 0.80 0.91 0.04
HSL 7.23º 0.93% 0.53% -
HSV(B) 7.23º 0.91% 0.96% -
XYZ 39.25 21.85 2.91 -
YUV 104.83 81.27 228.7 -
System Red Green Blue C M Y K H S L
Decimal 246 49 22 0 0.80 0.91 0.04 7.23 0.93 0.53
Hex F6 31 16 0 50 5B 4 7 5D 35
Octal 366 61 26 0 120 133 4 7 135 65
Binary 11110110 110001 10110 0 1010000 1011011 100 111 1011101 110101

Color Harmonies of #F63116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63116

Black with #F63116

Text Example


Text Example

White with #F63116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63116; }

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

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

background-color css

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

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

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

border-color css

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

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

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