Shades of Scarlet #F12802
Tints of Scarlet #F12802
RGB
CMYK
RGB Variations
Color information
#F12802 (or 0xF12802) is known color: Scarlet. HEX triplet: F1, 28 and 02. RGB value is (241,40,2). Sum of RGB (Red+Green+Blue) = 241+40+2=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F12802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12802 is #0ED7FD. Grayscale: #606060. Windows color (decimal): -972798 or 141553. OLE color: 141553.
HSL color Cylindrical-coordinate representation of color #F12802: hue angle of 9.54º 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 #F12802 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.05 |
| HSL | 9.54º | 0.98% | 0.48% | - |
| HSV(B) | 9.54º | 0.99% | 0.95% | - |
| XYZ | 37.05 | 20.22 | 2.01 | - |
| YUV | 95.77 | 75.09 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 2 | 0 | 0.83 | 0.99 | 0.05 | 9.54 | 0.98 | 0.48 |
| Hex | F1 | 28 | 2 | 0 | 53 | 63 | 5 | A | 62 | 30 |
| Octal | 361 | 50 | 2 | 0 | 123 | 143 | 5 | 12 | 142 | 60 |
| Binary | 11110001 | 101000 | 10 | 0 | 1010011 | 1100011 | 101 | 1010 | 1100010 | 110000 |
Color Harmonies of #F12802
Complementary color
Monochromatic Colors of #F12802
Black with #F12802
Text Example
Text Example
White with #F12802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12802; }
p { color: rgb(241,40,2); }
H1.HeaderClassName
{
color: #F12802;
}
.AnyTagClassName
{
color: #F12802;
}
</style>
background-color css
<style>
a { background-color: #F12802; }
a { background-color: rgb(241,40,2); }
div.DivClassName
{
background-color: #F12802;
}
.BgClassName
{
background-color: #F12802;
}
</style>
border-color css
<style>
span { border-color: #F12802; }
span { border-color: rgb(241,40,2); }
td.TdClassName
{
border-color: #F12802;
}
.TagClassName
{
border-color: #F12802;
}
</style>