Html Css Color HEX #F92016 Scarlet

📋 copy color: '#F92016'

red 249 ◦ green 32 ◦ blue 22

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

Shades of Scarlet #F92016

Tints of Scarlet #F92016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

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

R = 82.18%
G = 10.56%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F92016 (or 0xF92016) is known color: Scarlet. HEX triplet: F9, 20 and 16. RGB value is (249,32,22). Sum of RGB (Red+Green+Blue) = 249+32+22=303 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.18% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 249 - color contains mainly: red. Hex color #F92016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92016 is #06DFE9. Grayscale: #606060. Windows color (decimal): -450538 or 1450233. OLE color: 1450233.

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

Color convert

RGB 249 32 22 -
CMYK 0 0.87 0.91 0.02
HSL 2.64º 0.95% 0.53% -
HSV(B) 2.64º 0.91% 0.98% -
XYZ 39.73 21.23 2.76 -
YUV 95.74 86.39 237.31 -
System Red Green Blue C M Y K H S L
Decimal 249 32 22 0 0.87 0.91 0.02 2.64 0.95 0.53
Hex F9 20 16 0 57 5B 2 3 5F 35
Octal 371 40 26 0 127 133 2 3 137 65
Binary 11111001 100000 10110 0 1010111 1011011 10 11 1011111 110101

Color Harmonies of #F92016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92016

Black with #F92016

Text Example


Text Example

White with #F92016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92016; }

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

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

background-color css

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

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

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

border-color css

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

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

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