Shades of Scarlet #F12401
Tints of Scarlet #F12401
RGB
CMYK
RGB Variations
Color information
#F12401 (or 0xF12401) is known color: Scarlet. HEX triplet: F1, 24 and 01. RGB value is (241,36,1). Sum of RGB (Red+Green+Blue) = 241+36+1=278 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.69% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 241 - color contains mainly: red. Hex color #F12401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12401 is #0EDBFE. Grayscale: #5D5D5D. Windows color (decimal): -973823 or 74993. OLE color: 74993.
HSL color Cylindrical-coordinate representation of color #F12401: hue angle of 8.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F12401 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.05 |
| HSL | 8.75º | 0.99% | 0.47% | - |
| HSV(B) | 8.75º | 1% | 0.95% | - |
| XYZ | 36.91 | 19.96 | 1.94 | - |
| YUV | 93.31 | 75.92 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 1 | 0 | 0.85 | 1.00 | 0.05 | 8.75 | 0.99 | 0.47 |
| Hex | F1 | 24 | 1 | 0 | 55 | 64 | 5 | 9 | 63 | 2F |
| Octal | 361 | 44 | 1 | 0 | 125 | 144 | 5 | 11 | 143 | 57 |
| Binary | 11110001 | 100100 | 1 | 0 | 1010101 | 1100100 | 101 | 1001 | 1100011 | 101111 |
Color Harmonies of #F12401
Complementary color
Monochromatic Colors of #F12401
Black with #F12401
Text Example
Text Example
White with #F12401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12401; }
p { color: rgb(241,36,1); }
H1.HeaderClassName
{
color: #F12401;
}
.AnyTagClassName
{
color: #F12401;
}
</style>
background-color css
<style>
a { background-color: #F12401; }
a { background-color: rgb(241,36,1); }
div.DivClassName
{
background-color: #F12401;
}
.BgClassName
{
background-color: #F12401;
}
</style>
border-color css
<style>
span { border-color: #F12401; }
span { border-color: rgb(241,36,1); }
td.TdClassName
{
border-color: #F12401;
}
.TagClassName
{
border-color: #F12401;
}
</style>