Shades of Scarlet #F91602
Tints of Scarlet #F91602
RGB
CMYK
RGB Variations
Color information
#F91602 (or 0xF91602) is known color: Scarlet. HEX triplet: F9, 16 and 02. RGB value is (249,22,2). Sum of RGB (Red+Green+Blue) = 249+22+2=273 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.21% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 249 - color contains mainly: red. Hex color #F91602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91602 is #06E9FD. Grayscale: #575757. Windows color (decimal): -453118 or 136953. OLE color: 136953.
HSL color Cylindrical-coordinate representation of color #F91602: hue angle of 4.86º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F91602 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.02 |
| HSL | 4.86º | 0.98% | 0.49% | - |
| HSV(B) | 4.86º | 0.99% | 0.98% | - |
| XYZ | 39.36 | 20.72 | 1.98 | - |
| YUV | 87.59 | 79.71 | 243.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 2 | 0 | 0.91 | 0.99 | 0.02 | 4.86 | 0.98 | 0.49 |
| Hex | F9 | 16 | 2 | 0 | 5B | 63 | 2 | 5 | 62 | 31 |
| Octal | 371 | 26 | 2 | 0 | 133 | 143 | 2 | 5 | 142 | 61 |
| Binary | 11111001 | 10110 | 10 | 0 | 1011011 | 1100011 | 10 | 101 | 1100010 | 110001 |
Color Harmonies of #F91602
Complementary color
Monochromatic Colors of #F91602
Black with #F91602
Text Example
Text Example
White with #F91602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91602; }
p { color: rgb(249,22,2); }
H1.HeaderClassName
{
color: #F91602;
}
.AnyTagClassName
{
color: #F91602;
}
</style>
background-color css
<style>
a { background-color: #F91602; }
a { background-color: rgb(249,22,2); }
div.DivClassName
{
background-color: #F91602;
}
.BgClassName
{
background-color: #F91602;
}
</style>
border-color css
<style>
span { border-color: #F91602; }
span { border-color: rgb(249,22,2); }
td.TdClassName
{
border-color: #F91602;
}
.TagClassName
{
border-color: #F91602;
}
</style>