Html Css Color HEX #F92616 Scarlet

📋 copy color: '#F92616'

red 249 ◦ green 38 ◦ blue 22

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

Shades of Scarlet #F92616

Tints of Scarlet #F92616

RGB

 RED value IS 249 (97.66% from 255) = 80.58%

 GREEN value IS 38 (15.23% from 255) = 12.3%

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

R = 80.58%
G = 12.3%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F92616 (or 0xF92616) is known color: Scarlet. HEX triplet: F9, 26 and 16. RGB value is (249,38,22). Sum of RGB (Red+Green+Blue) = 249+38+22=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F92616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92616 is #06D9E9. Grayscale: #636363. Windows color (decimal): -449002 or 1451769. OLE color: 1451769.

HSL color Cylindrical-coordinate representation of color #F92616: hue angle of 4.23º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F92616 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 38 22 -
CMYK 0 0.85 0.91 0.02
HSL 4.23º 0.95% 0.53% -
HSV(B) 4.23º 0.91% 0.98% -
XYZ 39.9 21.58 2.82 -
YUV 99.27 84.4 234.8 -
System Red Green Blue C M Y K H S L
Decimal 249 38 22 0 0.85 0.91 0.02 4.23 0.95 0.53
Hex F9 26 16 0 55 5B 2 4 5F 35
Octal 371 46 26 0 125 133 2 4 137 65
Binary 11111001 100110 10110 0 1010101 1011011 10 100 1011111 110101

Color Harmonies of #F92616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92616

Black with #F92616

Text Example


Text Example

White with #F92616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92616; }

 p { color: rgb(249,38,22); }

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

background-color css

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

 a { background-color: rgb(249,38,22); }

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

border-color css

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

 span { border-color: rgb(249,38,22); }

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