Shades of Scarlet #F12002
Tints of Scarlet #F12002
RGB
CMYK
RGB Variations
Color information
#F12002 (or 0xF12002) is known color: Scarlet. HEX triplet: F1, 20 and 02. RGB value is (241,32,2). Sum of RGB (Red+Green+Blue) = 241+32+2=275 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.64% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 241 - color contains mainly: red. Hex color #F12002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12002 is #0EDFFD. Grayscale: #5B5B5B. Windows color (decimal): -974846 or 139505. OLE color: 139505.
HSL color Cylindrical-coordinate representation of color #F12002: hue angle of 7.53º 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 #F12002 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.05 |
| HSL | 7.53º | 0.98% | 0.48% | - |
| HSV(B) | 7.53º | 0.99% | 0.95% | - |
| XYZ | 36.8 | 19.74 | 1.93 | - |
| YUV | 91.07 | 77.74 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 2 | 0 | 0.87 | 0.99 | 0.05 | 7.53 | 0.98 | 0.48 |
| Hex | F1 | 20 | 2 | 0 | 57 | 63 | 5 | 8 | 62 | 30 |
| Octal | 361 | 40 | 2 | 0 | 127 | 143 | 5 | 10 | 142 | 60 |
| Binary | 11110001 | 100000 | 10 | 0 | 1010111 | 1100011 | 101 | 1000 | 1100010 | 110000 |
Color Harmonies of #F12002
Complementary color
Monochromatic Colors of #F12002
Black with #F12002
Text Example
Text Example
White with #F12002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12002; }
p { color: rgb(241,32,2); }
H1.HeaderClassName
{
color: #F12002;
}
.AnyTagClassName
{
color: #F12002;
}
</style>
background-color css
<style>
a { background-color: #F12002; }
a { background-color: rgb(241,32,2); }
div.DivClassName
{
background-color: #F12002;
}
.BgClassName
{
background-color: #F12002;
}
</style>
border-color css
<style>
span { border-color: #F12002; }
span { border-color: rgb(241,32,2); }
td.TdClassName
{
border-color: #F12002;
}
.TagClassName
{
border-color: #F12002;
}
</style>