Shades of Scarlet #F92805
Tints of Scarlet #F92805
RGB
CMYK
RGB Variations
Color information
#F92805 (or 0xF92805) is known color: Scarlet. HEX triplet: F9, 28 and 05. RGB value is (249,40,5). Sum of RGB (Red+Green+Blue) = 249+40+5=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F92805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92805 is #06D7FA. Grayscale: #626262. Windows color (decimal): -448507 or 338169. OLE color: 338169.
HSL color Cylindrical-coordinate representation of color #F92805: hue angle of 8.61º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F92805 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.02 |
| HSL | 8.61º | 0.96% | 0.5% | - |
| HSV(B) | 8.61º | 0.98% | 0.98% | - |
| XYZ | 39.85 | 21.67 | 2.23 | - |
| YUV | 98.5 | 75.24 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 5 | 0 | 0.84 | 0.98 | 0.02 | 8.61 | 0.96 | 0.5 |
| Hex | F9 | 28 | 5 | 0 | 54 | 62 | 2 | 9 | 60 | 32 |
| Octal | 371 | 50 | 5 | 0 | 124 | 142 | 2 | 11 | 140 | 62 |
| Binary | 11111001 | 101000 | 101 | 0 | 1010100 | 1100010 | 10 | 1001 | 1100000 | 110010 |
Color Harmonies of #F92805
Complementary color
Monochromatic Colors of #F92805
Black with #F92805
Text Example
Text Example
White with #F92805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92805; }
p { color: rgb(249,40,5); }
H1.HeaderClassName
{
color: #F92805;
}
.AnyTagClassName
{
color: #F92805;
}
</style>
background-color css
<style>
a { background-color: #F92805; }
a { background-color: rgb(249,40,5); }
div.DivClassName
{
background-color: #F92805;
}
.BgClassName
{
background-color: #F92805;
}
</style>
border-color css
<style>
span { border-color: #F92805; }
span { border-color: rgb(249,40,5); }
td.TdClassName
{
border-color: #F92805;
}
.TagClassName
{
border-color: #F92805;
}
</style>