Shades of Scarlet #F92005
Tints of Scarlet #F92005
RGB
CMYK
RGB Variations
Color information
#F92005 (or 0xF92005) is known color: Scarlet. HEX triplet: F9, 20 and 05. RGB value is (249,32,5). Sum of RGB (Red+Green+Blue) = 249+32+5=286 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.06% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 249 - color contains mainly: red. Hex color #F92005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92005 is #06DFFA. Grayscale: #5E5E5E. Windows color (decimal): -450555 or 336121. OLE color: 336121.
HSL color Cylindrical-coordinate representation of color #F92005: hue angle of 6.64º 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 #F92005 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 5 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.02 |
| HSL | 6.64º | 0.96% | 0.5% | - |
| HSV(B) | 6.64º | 0.98% | 0.98% | - |
| XYZ | 39.61 | 21.18 | 2.14 | - |
| YUV | 93.81 | 77.89 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 5 | 0 | 0.87 | 0.98 | 0.02 | 6.64 | 0.96 | 0.5 |
| Hex | F9 | 20 | 5 | 0 | 57 | 62 | 2 | 7 | 60 | 32 |
| Octal | 371 | 40 | 5 | 0 | 127 | 142 | 2 | 7 | 140 | 62 |
| Binary | 11111001 | 100000 | 101 | 0 | 1010111 | 1100010 | 10 | 111 | 1100000 | 110010 |
Color Harmonies of #F92005
Complementary color
Monochromatic Colors of #F92005
Black with #F92005
Text Example
Text Example
White with #F92005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92005; }
p { color: rgb(249,32,5); }
H1.HeaderClassName
{
color: #F92005;
}
.AnyTagClassName
{
color: #F92005;
}
</style>
background-color css
<style>
a { background-color: #F92005; }
a { background-color: rgb(249,32,5); }
div.DivClassName
{
background-color: #F92005;
}
.BgClassName
{
background-color: #F92005;
}
</style>
border-color css
<style>
span { border-color: #F92005; }
span { border-color: rgb(249,32,5); }
td.TdClassName
{
border-color: #F92005;
}
.TagClassName
{
border-color: #F92005;
}
</style>