Shades of Scarlet #F52F16
Tints of Scarlet #F52F16
RGB
CMYK
RGB Variations
Color information
#F52F16 (or 0xF52F16) is known color: Scarlet. HEX triplet: F5, 2F and 16. RGB value is (245,47,22). Sum of RGB (Red+Green+Blue) = 245+47+22=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F52F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52F16 is #0AD0E9. Grayscale: #676767. Windows color (decimal): -708842 or 1454069. OLE color: 1454069.
HSL color Cylindrical-coordinate representation of color #F52F16: hue angle of 6.73º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F52F16 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 47 | 22 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.04 |
| HSL | 6.73º | 0.92% | 0.52% | - |
| HSV(B) | 6.73º | 0.91% | 0.96% | - |
| XYZ | 38.82 | 21.5 | 2.86 | - |
| YUV | 103.35 | 82.1 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 22 | 0 | 0.81 | 0.91 | 0.04 | 6.73 | 0.92 | 0.52 |
| Hex | F5 | 2F | 16 | 0 | 51 | 5B | 4 | 7 | 5C | 34 |
| Octal | 365 | 57 | 26 | 0 | 121 | 133 | 4 | 7 | 134 | 64 |
| Binary | 11110101 | 101111 | 10110 | 0 | 1010001 | 1011011 | 100 | 111 | 1011100 | 110100 |
Color Harmonies of #F52F16
Complementary color
Monochromatic Colors of #F52F16
Black with #F52F16
Text Example
Text Example
White with #F52F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52F16; }
p { color: rgb(245,47,22); }
H1.HeaderClassName
{
color: #F52F16;
}
.AnyTagClassName
{
color: #F52F16;
}
</style>
background-color css
<style>
a { background-color: #F52F16; }
a { background-color: rgb(245,47,22); }
div.DivClassName
{
background-color: #F52F16;
}
.BgClassName
{
background-color: #F52F16;
}
</style>
border-color css
<style>
span { border-color: #F52F16; }
span { border-color: rgb(245,47,22); }
td.TdClassName
{
border-color: #F52F16;
}
.TagClassName
{
border-color: #F52F16;
}
</style>