Shades of Scarlet #F92901
Tints of Scarlet #F92901
RGB
CMYK
RGB Variations
Color information
#F92901 (or 0xF92901) is known color: Scarlet. HEX triplet: F9, 29 and 01. RGB value is (249,41,1). Sum of RGB (Red+Green+Blue) = 249+41+1=291 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.57% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 249 - color contains mainly: red. Hex color #F92901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92901 is #06D6FE. Grayscale: #636363. Windows color (decimal): -448255 or 76281. OLE color: 76281.
HSL color Cylindrical-coordinate representation of color #F92901: hue angle of 9.68º 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 #F92901 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.02 |
| HSL | 9.68º | 0.99% | 0.49% | - |
| HSV(B) | 9.68º | 1% | 0.98% | - |
| XYZ | 39.87 | 21.73 | 2.12 | - |
| YUV | 98.63 | 72.91 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 1 | 0 | 0.84 | 1.00 | 0.02 | 9.68 | 0.99 | 0.49 |
| Hex | F9 | 29 | 1 | 0 | 54 | 64 | 2 | A | 63 | 31 |
| Octal | 371 | 51 | 1 | 0 | 124 | 144 | 2 | 12 | 143 | 61 |
| Binary | 11111001 | 101001 | 1 | 0 | 1010100 | 1100100 | 10 | 1010 | 1100011 | 110001 |
Color Harmonies of #F92901
Complementary color
Monochromatic Colors of #F92901
Black with #F92901
Text Example
Text Example
White with #F92901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92901; }
p { color: rgb(249,41,1); }
H1.HeaderClassName
{
color: #F92901;
}
.AnyTagClassName
{
color: #F92901;
}
</style>
background-color css
<style>
a { background-color: #F92901; }
a { background-color: rgb(249,41,1); }
div.DivClassName
{
background-color: #F92901;
}
.BgClassName
{
background-color: #F92901;
}
</style>
border-color css
<style>
span { border-color: #F92901; }
span { border-color: rgb(249,41,1); }
td.TdClassName
{
border-color: #F92901;
}
.TagClassName
{
border-color: #F92901;
}
</style>