Shades of Scarlet #F12800
Tints of Scarlet #F12800
RGB
CMYK
RGB Variations
Color information
#F12800 (or 0xF12800) is known color: Scarlet. HEX triplet: F1, 28 and 00. RGB value is (241,40,0). Sum of RGB (Red+Green+Blue) = 241+40+0=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F12800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12800 is #0ED7FF. Grayscale: #5F5F5F. Windows color (decimal): -972800 or 10481. OLE color: 10481.
HSL color Cylindrical-coordinate representation of color #F12800: hue angle of 9.96º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F12800 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.05 |
| HSL | 9.96º | 1% | 0.47% | - |
| HSV(B) | 9.96º | 1% | 0.95% | - |
| XYZ | 37.03 | 20.22 | 1.95 | - |
| YUV | 95.54 | 74.09 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 0 | 0 | 0.83 | 1 | 0.05 | 9.96 | 1 | 0.47 |
| Hex | F1 | 28 | 0 | 0 | 53 | 64 | 5 | A | 64 | 2F |
| Octal | 361 | 50 | 0 | 0 | 123 | 144 | 5 | 12 | 144 | 57 |
| Binary | 11110001 | 101000 | 0 | 0 | 1010011 | 1100100 | 101 | 1010 | 1100100 | 101111 |
Color Harmonies of #F12800
Complementary color
Monochromatic Colors of #F12800
Black with #F12800
Text Example
Text Example
White with #F12800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12800; }
p { color: rgb(241,40,0); }
H1.HeaderClassName
{
color: #F12800;
}
.AnyTagClassName
{
color: #F12800;
}
</style>
background-color css
<style>
a { background-color: #F12800; }
a { background-color: rgb(241,40,0); }
div.DivClassName
{
background-color: #F12800;
}
.BgClassName
{
background-color: #F12800;
}
</style>
border-color css
<style>
span { border-color: #F12800; }
span { border-color: rgb(241,40,0); }
td.TdClassName
{
border-color: #F12800;
}
.TagClassName
{
border-color: #F12800;
}
</style>