Shades of Scarlet #F92200
Tints of Scarlet #F92200
RGB
CMYK
RGB Variations
Color information
#F92200 (or 0xF92200) is known color: Scarlet. HEX triplet: F9, 22 and 00. RGB value is (249,34,0). Sum of RGB (Red+Green+Blue) = 249+34+0=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F92200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92200 is #06DDFF. Grayscale: #5E5E5E. Windows color (decimal): -450048 or 8953. OLE color: 8953.
HSL color Cylindrical-coordinate representation of color #F92200: hue angle of 8.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F92200 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.02 |
| HSL | 8.19º | 1% | 0.49% | - |
| HSV(B) | 8.19º | 1% | 0.98% | - |
| XYZ | 39.64 | 21.28 | 2.02 | - |
| YUV | 94.41 | 74.73 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 0 | 0 | 0.86 | 1 | 0.02 | 8.19 | 1 | 0.49 |
| Hex | F9 | 22 | 0 | 0 | 56 | 64 | 2 | 8 | 64 | 31 |
| Octal | 371 | 42 | 0 | 0 | 126 | 144 | 2 | 10 | 144 | 61 |
| Binary | 11111001 | 100010 | 0 | 0 | 1010110 | 1100100 | 10 | 1000 | 1100100 | 110001 |
Color Harmonies of #F92200
Complementary color
Monochromatic Colors of #F92200
Black with #F92200
Text Example
Text Example
White with #F92200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92200; }
p { color: rgb(249,34,0); }
H1.HeaderClassName
{
color: #F92200;
}
.AnyTagClassName
{
color: #F92200;
}
</style>
background-color css
<style>
a { background-color: #F92200; }
a { background-color: rgb(249,34,0); }
div.DivClassName
{
background-color: #F92200;
}
.BgClassName
{
background-color: #F92200;
}
</style>
border-color css
<style>
span { border-color: #F92200; }
span { border-color: rgb(249,34,0); }
td.TdClassName
{
border-color: #F92200;
}
.TagClassName
{
border-color: #F92200;
}
</style>