Shades of Scarlet #F0160B
Tints of Scarlet #F0160B
RGB
CMYK
RGB Variations
Color information
#F0160B (or 0xF0160B) is known color: Scarlet. HEX triplet: F0, 16 and 0B. RGB value is (240,22,11). Sum of RGB (Red+Green+Blue) = 240+22+11=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F0160B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0160B is #0FE9F4. Grayscale: #565656. Windows color (decimal): -1042933 or 726768. OLE color: 726768.
HSL color Cylindrical-coordinate representation of color #F0160B: hue angle of 2.88º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0160B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.06 |
| HSL | 2.88º | 0.91% | 0.49% | - |
| HSV(B) | 2.88º | 0.95% | 0.94% | - |
| XYZ | 36.28 | 19.12 | 2.1 | - |
| YUV | 85.93 | 85.72 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 11 | 0 | 0.91 | 0.95 | 0.06 | 2.88 | 0.91 | 0.49 |
| Hex | F0 | 16 | B | 0 | 5B | 5F | 6 | 3 | 5B | 31 |
| Octal | 360 | 26 | 13 | 0 | 133 | 137 | 6 | 3 | 133 | 61 |
| Binary | 11110000 | 10110 | 1011 | 0 | 1011011 | 1011111 | 110 | 11 | 1011011 | 110001 |
Color Harmonies of #F0160B
Complementary color
Monochromatic Colors of #F0160B
Black with #F0160B
Text Example
Text Example
White with #F0160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0160B; }
p { color: rgb(240,22,11); }
H1.HeaderClassName
{
color: #F0160B;
}
.AnyTagClassName
{
color: #F0160B;
}
</style>
background-color css
<style>
a { background-color: #F0160B; }
a { background-color: rgb(240,22,11); }
div.DivClassName
{
background-color: #F0160B;
}
.BgClassName
{
background-color: #F0160B;
}
</style>
border-color css
<style>
span { border-color: #F0160B; }
span { border-color: rgb(240,22,11); }
td.TdClassName
{
border-color: #F0160B;
}
.TagClassName
{
border-color: #F0160B;
}
</style>