Shades of Scarlet #F52006
Tints of Scarlet #F52006
RGB
CMYK
RGB Variations
Color information
#F52006 (or 0xF52006) is known color: Scarlet. HEX triplet: F5, 20 and 06. RGB value is (245,32,6). Sum of RGB (Red+Green+Blue) = 245+32+6=283 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.57% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 245 - color contains mainly: red. Hex color #F52006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52006 is #0ADFF9. Grayscale: #5D5D5D. Windows color (decimal): -712698 or 401653. OLE color: 401653.
HSL color Cylindrical-coordinate representation of color #F52006: hue angle of 6.53º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F52006 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 6 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.04 |
| HSL | 6.53º | 0.95% | 0.49% | - |
| HSV(B) | 6.53º | 0.98% | 0.96% | - |
| XYZ | 38.21 | 20.46 | 2.11 | - |
| YUV | 92.72 | 79.07 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 6 | 0 | 0.87 | 0.98 | 0.04 | 6.53 | 0.95 | 0.49 |
| Hex | F5 | 20 | 6 | 0 | 57 | 62 | 4 | 7 | 5F | 31 |
| Octal | 365 | 40 | 6 | 0 | 127 | 142 | 4 | 7 | 137 | 61 |
| Binary | 11110101 | 100000 | 110 | 0 | 1010111 | 1100010 | 100 | 111 | 1011111 | 110001 |
Color Harmonies of #F52006
Complementary color
Monochromatic Colors of #F52006
Black with #F52006
Text Example
Text Example
White with #F52006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52006; }
p { color: rgb(245,32,6); }
H1.HeaderClassName
{
color: #F52006;
}
.AnyTagClassName
{
color: #F52006;
}
</style>
background-color css
<style>
a { background-color: #F52006; }
a { background-color: rgb(245,32,6); }
div.DivClassName
{
background-color: #F52006;
}
.BgClassName
{
background-color: #F52006;
}
</style>
border-color css
<style>
span { border-color: #F52006; }
span { border-color: rgb(245,32,6); }
td.TdClassName
{
border-color: #F52006;
}
.TagClassName
{
border-color: #F52006;
}
</style>