Html Css Color HEX #F91F16 Scarlet

📋 copy color: '#F91F16'

red 249 ◦ green 31 ◦ blue 22

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

Shades of Scarlet #F91F16

Tints of Scarlet #F91F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

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

R = 82.45%
G = 10.26%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F91F16 (or 0xF91F16) is known color: Scarlet. HEX triplet: F9, 1F and 16. RGB value is (249,31,22). Sum of RGB (Red+Green+Blue) = 249+31+22=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91F16 is #06E0E9. Grayscale: #5F5F5F. Windows color (decimal): -450794 or 1449977. OLE color: 1449977.

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

Color convert

RGB 249 31 22 -
CMYK 0 0.88 0.91 0.02
HSL 2.38º 0.95% 0.53% -
HSV(B) 2.38º 0.91% 0.98% -
XYZ 39.7 21.18 2.75 -
YUV 95.16 86.72 237.73 -
System Red Green Blue C M Y K H S L
Decimal 249 31 22 0 0.88 0.91 0.02 2.38 0.95 0.53
Hex F9 1F 16 0 58 5B 2 2 5F 35
Octal 371 37 26 0 130 133 2 2 137 65
Binary 11111001 11111 10110 0 1011000 1011011 10 10 1011111 110101

Color Harmonies of #F91F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F16

Black with #F91F16

Text Example


Text Example

White with #F91F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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