Shades of Scarlet #F12F01
Tints of Scarlet #F12F01
RGB
CMYK
RGB Variations
Color information
#F12F01 (or 0xF12F01) is known color: Scarlet. HEX triplet: F1, 2F and 01. RGB value is (241,47,1). Sum of RGB (Red+Green+Blue) = 241+47+1=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12F01 is #0ED0FE. Grayscale: #646464. Windows color (decimal): -971007 or 77809. OLE color: 77809.
HSL color Cylindrical-coordinate representation of color #F12F01: hue angle of 11.5º 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 #F12F01 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.05 |
| HSL | 11.5º | 0.99% | 0.47% | - |
| HSV(B) | 11.5º | 1% | 0.95% | - |
| XYZ | 37.3 | 20.74 | 2.07 | - |
| YUV | 99.76 | 72.27 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 1 | 0 | 0.80 | 1.00 | 0.05 | 11.5 | 0.99 | 0.47 |
| Hex | F1 | 2F | 1 | 0 | 50 | 64 | 5 | C | 63 | 2F |
| Octal | 361 | 57 | 1 | 0 | 120 | 144 | 5 | 14 | 143 | 57 |
| Binary | 11110001 | 101111 | 1 | 0 | 1010000 | 1100100 | 101 | 1100 | 1100011 | 101111 |
Color Harmonies of #F12F01
Complementary color
Monochromatic Colors of #F12F01
Black with #F12F01
Text Example
Text Example
White with #F12F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F01; }
p { color: rgb(241,47,1); }
H1.HeaderClassName
{
color: #F12F01;
}
.AnyTagClassName
{
color: #F12F01;
}
</style>
background-color css
<style>
a { background-color: #F12F01; }
a { background-color: rgb(241,47,1); }
div.DivClassName
{
background-color: #F12F01;
}
.BgClassName
{
background-color: #F12F01;
}
</style>
border-color css
<style>
span { border-color: #F12F01; }
span { border-color: rgb(241,47,1); }
td.TdClassName
{
border-color: #F12F01;
}
.TagClassName
{
border-color: #F12F01;
}
</style>