Shades of Scarlet #F12502
Tints of Scarlet #F12502
RGB
CMYK
RGB Variations
Color information
#F12502 (or 0xF12502) is known color: Scarlet. HEX triplet: F1, 25 and 02. RGB value is (241,37,2). Sum of RGB (Red+Green+Blue) = 241+37+2=280 (37% of max value = 765). Red value is 241 (94.53% from 255 or 86.07% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 241 - color contains mainly: red. Hex color #F12502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12502 is #0EDAFD. Grayscale: #5E5E5E. Windows color (decimal): -973566 or 140785. OLE color: 140785.
HSL color Cylindrical-coordinate representation of color #F12502: hue angle of 8.79º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F12502 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.05 |
| HSL | 8.79º | 0.98% | 0.48% | - |
| HSV(B) | 8.79º | 0.99% | 0.95% | - |
| XYZ | 36.95 | 20.03 | 1.98 | - |
| YUV | 94.01 | 76.09 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 2 | 0 | 0.85 | 0.99 | 0.05 | 8.79 | 0.98 | 0.48 |
| Hex | F1 | 25 | 2 | 0 | 55 | 63 | 5 | 9 | 62 | 30 |
| Octal | 361 | 45 | 2 | 0 | 125 | 143 | 5 | 11 | 142 | 60 |
| Binary | 11110001 | 100101 | 10 | 0 | 1010101 | 1100011 | 101 | 1001 | 1100010 | 110000 |
Color Harmonies of #F12502
Complementary color
Monochromatic Colors of #F12502
Black with #F12502
Text Example
Text Example
White with #F12502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12502; }
p { color: rgb(241,37,2); }
H1.HeaderClassName
{
color: #F12502;
}
.AnyTagClassName
{
color: #F12502;
}
</style>
background-color css
<style>
a { background-color: #F12502; }
a { background-color: rgb(241,37,2); }
div.DivClassName
{
background-color: #F12502;
}
.BgClassName
{
background-color: #F12502;
}
</style>
border-color css
<style>
span { border-color: #F12502; }
span { border-color: rgb(241,37,2); }
td.TdClassName
{
border-color: #F12502;
}
.TagClassName
{
border-color: #F12502;
}
</style>