Shades of Scarlet #F91402
Tints of Scarlet #F91402
RGB
CMYK
RGB Variations
Color information
#F91402 (or 0xF91402) is known color: Scarlet. HEX triplet: F9, 14 and 02. RGB value is (249,20,2). Sum of RGB (Red+Green+Blue) = 249+20+2=271 (35% of max value = 765). Red value is 249 (97.66% from 255 or 91.88% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 249 - color contains mainly: red. Hex color #F91402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91402 is #06EBFD. Grayscale: #565656. Windows color (decimal): -453630 or 136441. OLE color: 136441.
HSL color Cylindrical-coordinate representation of color #F91402: hue angle of 4.37º 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 #F91402 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.02 |
| HSL | 4.37º | 0.98% | 0.49% | - |
| HSV(B) | 4.37º | 0.99% | 0.98% | - |
| XYZ | 39.33 | 20.64 | 1.97 | - |
| YUV | 86.42 | 80.37 | 243.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 2 | 0 | 0.92 | 0.99 | 0.02 | 4.37 | 0.98 | 0.49 |
| Hex | F9 | 14 | 2 | 0 | 5C | 63 | 2 | 4 | 62 | 31 |
| Octal | 371 | 24 | 2 | 0 | 134 | 143 | 2 | 4 | 142 | 61 |
| Binary | 11111001 | 10100 | 10 | 0 | 1011100 | 1100011 | 10 | 100 | 1100010 | 110001 |
Color Harmonies of #F91402
Complementary color
Monochromatic Colors of #F91402
Black with #F91402
Text Example
Text Example
White with #F91402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91402; }
p { color: rgb(249,20,2); }
H1.HeaderClassName
{
color: #F91402;
}
.AnyTagClassName
{
color: #F91402;
}
</style>
background-color css
<style>
a { background-color: #F91402; }
a { background-color: rgb(249,20,2); }
div.DivClassName
{
background-color: #F91402;
}
.BgClassName
{
background-color: #F91402;
}
</style>
border-color css
<style>
span { border-color: #F91402; }
span { border-color: rgb(249,20,2); }
td.TdClassName
{
border-color: #F91402;
}
.TagClassName
{
border-color: #F91402;
}
</style>