Html Css Color HEX #F92516 Scarlet

📋 copy color: '#F92516'

red 249 ◦ green 37 ◦ blue 22

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

Shades of Scarlet #F92516

Tints of Scarlet #F92516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

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

R = 80.84%
G = 12.01%
B = 7.14%

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

#F92516 (or 0xF92516) is known color: Scarlet. HEX triplet: F9, 25 and 16. RGB value is (249,37,22). Sum of RGB (Red+Green+Blue) = 249+37+22=308 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.84% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 249 - color contains mainly: red. Hex color #F92516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92516 is #06DAE9. Grayscale: #626262. Windows color (decimal): -449258 or 1451513. OLE color: 1451513.

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

Color convert

RGB 249 37 22 -
CMYK 0 0.85 0.91 0.02
HSL 3.96º 0.95% 0.53% -
HSV(B) 3.96º 0.91% 0.98% -
XYZ 39.87 21.52 2.81 -
YUV 98.68 84.74 235.22 -
System Red Green Blue C M Y K H S L
Decimal 249 37 22 0 0.85 0.91 0.02 3.96 0.95 0.53
Hex F9 25 16 0 55 5B 2 4 5F 35
Octal 371 45 26 0 125 133 2 4 137 65
Binary 11111001 100101 10110 0 1010101 1011011 10 100 1011111 110101

Color Harmonies of #F92516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92516

Black with #F92516

Text Example


Text Example

White with #F92516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92516; }

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

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

background-color css

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

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

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

border-color css

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

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

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