Html Css Color HEX #F63416 Scarlet

📋 copy color: '#F63416'

red 246 ◦ green 52 ◦ blue 22

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

Shades of Scarlet #F63416

Tints of Scarlet #F63416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 76.88%
G = 16.25%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F63416 (or 0xF63416) is known color: Scarlet. HEX triplet: F6, 34 and 16. RGB value is (246,52,22). Sum of RGB (Red+Green+Blue) = 246+52+22=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F63416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63416 is #09CBE9. Grayscale: #6A6A6A. Windows color (decimal): -642026 or 1455350. OLE color: 1455350.

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

Color convert

RGB 246 52 22 -
CMYK 0 0.79 0.91 0.04
HSL 8.04º 0.93% 0.53% -
HSV(B) 8.04º 0.91% 0.96% -
XYZ 39.38 22.11 2.95 -
YUV 106.59 80.27 227.44 -
System Red Green Blue C M Y K H S L
Decimal 246 52 22 0 0.79 0.91 0.04 8.04 0.93 0.53
Hex F6 34 16 0 4F 5B 4 8 5D 35
Octal 366 64 26 0 117 133 4 10 135 65
Binary 11110110 110100 10110 0 1001111 1011011 100 1000 1011101 110101

Color Harmonies of #F63416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63416

Black with #F63416

Text Example


Text Example

White with #F63416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63416; }

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

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

background-color css

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

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

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

border-color css

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

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

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