Shades of Scarlet #F92401
Tints of Scarlet #F92401
RGB
CMYK
RGB Variations
Color information
#F92401 (or 0xF92401) is known color: Scarlet. HEX triplet: F9, 24 and 01. RGB value is (249,36,1). Sum of RGB (Red+Green+Blue) = 249+36+1=286 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.06% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 249 - color contains mainly: red. Hex color #F92401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92401 is #06DBFE. Grayscale: #606060. Windows color (decimal): -449535 or 75001. OLE color: 75001.
HSL color Cylindrical-coordinate representation of color #F92401: hue angle of 8.47º 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 #F92401 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 36 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.02 |
| HSL | 8.47º | 0.99% | 0.49% | - |
| HSV(B) | 8.47º | 1% | 0.98% | - |
| XYZ | 39.7 | 21.4 | 2.07 | - |
| YUV | 95.7 | 74.57 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 36 | 1 | 0 | 0.86 | 1.00 | 0.02 | 8.47 | 0.99 | 0.49 |
| Hex | F9 | 24 | 1 | 0 | 56 | 64 | 2 | 8 | 63 | 31 |
| Octal | 371 | 44 | 1 | 0 | 126 | 144 | 2 | 10 | 143 | 61 |
| Binary | 11111001 | 100100 | 1 | 0 | 1010110 | 1100100 | 10 | 1000 | 1100011 | 110001 |
Color Harmonies of #F92401
Complementary color
Monochromatic Colors of #F92401
Black with #F92401
Text Example
Text Example
White with #F92401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92401; }
p { color: rgb(249,36,1); }
H1.HeaderClassName
{
color: #F92401;
}
.AnyTagClassName
{
color: #F92401;
}
</style>
background-color css
<style>
a { background-color: #F92401; }
a { background-color: rgb(249,36,1); }
div.DivClassName
{
background-color: #F92401;
}
.BgClassName
{
background-color: #F92401;
}
</style>
border-color css
<style>
span { border-color: #F92401; }
span { border-color: rgb(249,36,1); }
td.TdClassName
{
border-color: #F92401;
}
.TagClassName
{
border-color: #F92401;
}
</style>