Shades of Scarlet #F9190A
Tints of Scarlet #F9190A
RGB
CMYK
RGB Variations
Color information
#F9190A (or 0xF9190A) is known color: Scarlet. HEX triplet: F9, 19 and 0A. RGB value is (249,25,10). Sum of RGB (Red+Green+Blue) = 249+25+10=284 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.68% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 249 - color contains mainly: red. Hex color #F9190A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9190A is #06E6F5. Grayscale: #5A5A5A. Windows color (decimal): -452342 or 662009. OLE color: 662009.
HSL color Cylindrical-coordinate representation of color #F9190A: hue angle of 3.77º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9190A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.02 |
| HSL | 3.77º | 0.95% | 0.51% | - |
| HSV(B) | 3.77º | 0.96% | 0.98% | - |
| XYZ | 39.47 | 20.86 | 2.23 | - |
| YUV | 90.27 | 82.71 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 10 | 0 | 0.90 | 0.96 | 0.02 | 3.77 | 0.95 | 0.51 |
| Hex | F9 | 19 | A | 0 | 5A | 60 | 2 | 4 | 5F | 33 |
| Octal | 371 | 31 | 12 | 0 | 132 | 140 | 2 | 4 | 137 | 63 |
| Binary | 11111001 | 11001 | 1010 | 0 | 1011010 | 1100000 | 10 | 100 | 1011111 | 110011 |
Color Harmonies of #F9190A
Complementary color
Monochromatic Colors of #F9190A
Black with #F9190A
Text Example
Text Example
White with #F9190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9190A; }
p { color: rgb(249,25,10); }
H1.HeaderClassName
{
color: #F9190A;
}
.AnyTagClassName
{
color: #F9190A;
}
</style>
background-color css
<style>
a { background-color: #F9190A; }
a { background-color: rgb(249,25,10); }
div.DivClassName
{
background-color: #F9190A;
}
.BgClassName
{
background-color: #F9190A;
}
</style>
border-color css
<style>
span { border-color: #F9190A; }
span { border-color: rgb(249,25,10); }
td.TdClassName
{
border-color: #F9190A;
}
.TagClassName
{
border-color: #F9190A;
}
</style>