Shades of Scarlet #F91200
Tints of Scarlet #F91200
RGB
CMYK
RGB Variations
Color information
#F91200 (or 0xF91200) is known color: Scarlet. HEX triplet: F9, 12 and 00. RGB value is (249,18,0). Sum of RGB (Red+Green+Blue) = 249+18+0=267 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.26% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 249 - color contains mainly: red. Hex color #F91200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91200 is #06EDFF. Grayscale: #555555. Windows color (decimal): -454144 or 4857. OLE color: 4857.
HSL color Cylindrical-coordinate representation of color #F91200: hue angle of 4.34º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F91200 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.02 |
| HSL | 4.34º | 1% | 0.49% | - |
| HSV(B) | 4.34º | 1% | 0.98% | - |
| XYZ | 39.28 | 20.57 | 1.9 | - |
| YUV | 85.02 | 80.03 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 0 | 0 | 0.93 | 1 | 0.02 | 4.34 | 1 | 0.49 |
| Hex | F9 | 12 | 0 | 0 | 5D | 64 | 2 | 4 | 64 | 31 |
| Octal | 371 | 22 | 0 | 0 | 135 | 144 | 2 | 4 | 144 | 61 |
| Binary | 11111001 | 10010 | 0 | 0 | 1011101 | 1100100 | 10 | 100 | 1100100 | 110001 |
Color Harmonies of #F91200
Complementary color
Monochromatic Colors of #F91200
Black with #F91200
Text Example
Text Example
White with #F91200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91200; }
p { color: rgb(249,18,0); }
H1.HeaderClassName
{
color: #F91200;
}
.AnyTagClassName
{
color: #F91200;
}
</style>
background-color css
<style>
a { background-color: #F91200; }
a { background-color: rgb(249,18,0); }
div.DivClassName
{
background-color: #F91200;
}
.BgClassName
{
background-color: #F91200;
}
</style>
border-color css
<style>
span { border-color: #F91200; }
span { border-color: rgb(249,18,0); }
td.TdClassName
{
border-color: #F91200;
}
.TagClassName
{
border-color: #F91200;
}
</style>