Shades of Scarlet #F92405
Tints of Scarlet #F92405
RGB
CMYK
RGB Variations
Color information
#F92405 (or 0xF92405) is known color: Scarlet. HEX triplet: F9, 24 and 05. RGB value is (249,36,5). Sum of RGB (Red+Green+Blue) = 249+36+5=290 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.86% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 249 - color contains mainly: red. Hex color #F92405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92405 is #06DBFA. Grayscale: #606060. Windows color (decimal): -449531 or 337145. OLE color: 337145.
HSL color Cylindrical-coordinate representation of color #F92405: hue angle of 7.62º 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 #F92405 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 36 | 5 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.02 |
| HSL | 7.62º | 0.96% | 0.5% | - |
| HSV(B) | 7.62º | 0.98% | 0.98% | - |
| XYZ | 39.73 | 21.41 | 2.18 | - |
| YUV | 96.15 | 76.57 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 36 | 5 | 0 | 0.86 | 0.98 | 0.02 | 7.62 | 0.96 | 0.5 |
| Hex | F9 | 24 | 5 | 0 | 56 | 62 | 2 | 8 | 60 | 32 |
| Octal | 371 | 44 | 5 | 0 | 126 | 142 | 2 | 10 | 140 | 62 |
| Binary | 11111001 | 100100 | 101 | 0 | 1010110 | 1100010 | 10 | 1000 | 1100000 | 110010 |
Color Harmonies of #F92405
Complementary color
Monochromatic Colors of #F92405
Black with #F92405
Text Example
Text Example
White with #F92405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92405; }
p { color: rgb(249,36,5); }
H1.HeaderClassName
{
color: #F92405;
}
.AnyTagClassName
{
color: #F92405;
}
</style>
background-color css
<style>
a { background-color: #F92405; }
a { background-color: rgb(249,36,5); }
div.DivClassName
{
background-color: #F92405;
}
.BgClassName
{
background-color: #F92405;
}
</style>
border-color css
<style>
span { border-color: #F92405; }
span { border-color: rgb(249,36,5); }
td.TdClassName
{
border-color: #F92405;
}
.TagClassName
{
border-color: #F92405;
}
</style>