Shades of Scarlet #F2160C
Tints of Scarlet #F2160C
RGB
CMYK
RGB Variations
Color information
#F2160C (or 0xF2160C) is known color: Scarlet. HEX triplet: F2, 16 and 0C. RGB value is (242,22,12). Sum of RGB (Red+Green+Blue) = 242+22+12=276 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.68% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 242 - color contains mainly: red. Hex color #F2160C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2160C is #0DE9F3. Grayscale: #565656. Windows color (decimal): -911860 or 792306. OLE color: 792306.
HSL color Cylindrical-coordinate representation of color #F2160C: hue angle of 2.61º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2160C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 12 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.05 |
| HSL | 2.61º | 0.91% | 0.5% | - |
| HSV(B) | 2.61º | 0.95% | 0.95% | - |
| XYZ | 36.97 | 19.48 | 2.16 | - |
| YUV | 86.64 | 85.89 | 238.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 12 | 0 | 0.91 | 0.95 | 0.05 | 2.61 | 0.91 | 0.5 |
| Hex | F2 | 16 | C | 0 | 5B | 5F | 5 | 3 | 5B | 32 |
| Octal | 362 | 26 | 14 | 0 | 133 | 137 | 5 | 3 | 133 | 62 |
| Binary | 11110010 | 10110 | 1100 | 0 | 1011011 | 1011111 | 101 | 11 | 1011011 | 110010 |
Color Harmonies of #F2160C
Complementary color
Monochromatic Colors of #F2160C
Black with #F2160C
Text Example
Text Example
White with #F2160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2160C; }
p { color: rgb(242,22,12); }
H1.HeaderClassName
{
color: #F2160C;
}
.AnyTagClassName
{
color: #F2160C;
}
</style>
background-color css
<style>
a { background-color: #F2160C; }
a { background-color: rgb(242,22,12); }
div.DivClassName
{
background-color: #F2160C;
}
.BgClassName
{
background-color: #F2160C;
}
</style>
border-color css
<style>
span { border-color: #F2160C; }
span { border-color: rgb(242,22,12); }
td.TdClassName
{
border-color: #F2160C;
}
.TagClassName
{
border-color: #F2160C;
}
</style>