Shades of Scarlet #F92501
Tints of Scarlet #F92501
RGB
CMYK
RGB Variations
Color information
#F92501 (or 0xF92501) is known color: Scarlet. HEX triplet: F9, 25 and 01. RGB value is (249,37,1). Sum of RGB (Red+Green+Blue) = 249+37+1=287 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.76% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 249 - color contains mainly: red. Hex color #F92501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92501 is #06DAFE. Grayscale: #606060. Windows color (decimal): -449279 or 75257. OLE color: 75257.
HSL color Cylindrical-coordinate representation of color #F92501: hue angle of 8.71º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F92501 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.02 |
| HSL | 8.71º | 0.99% | 0.49% | - |
| HSV(B) | 8.71º | 1% | 0.98% | - |
| XYZ | 39.73 | 21.47 | 2.08 | - |
| YUV | 96.28 | 74.24 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 1 | 0 | 0.85 | 1.00 | 0.02 | 8.71 | 0.99 | 0.49 |
| Hex | F9 | 25 | 1 | 0 | 55 | 64 | 2 | 9 | 63 | 31 |
| Octal | 371 | 45 | 1 | 0 | 125 | 144 | 2 | 11 | 143 | 61 |
| Binary | 11111001 | 100101 | 1 | 0 | 1010101 | 1100100 | 10 | 1001 | 1100011 | 110001 |
Color Harmonies of #F92501
Complementary color
Monochromatic Colors of #F92501
Black with #F92501
Text Example
Text Example
White with #F92501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92501; }
p { color: rgb(249,37,1); }
H1.HeaderClassName
{
color: #F92501;
}
.AnyTagClassName
{
color: #F92501;
}
</style>
background-color css
<style>
a { background-color: #F92501; }
a { background-color: rgb(249,37,1); }
div.DivClassName
{
background-color: #F92501;
}
.BgClassName
{
background-color: #F92501;
}
</style>
border-color css
<style>
span { border-color: #F92501; }
span { border-color: rgb(249,37,1); }
td.TdClassName
{
border-color: #F92501;
}
.TagClassName
{
border-color: #F92501;
}
</style>