Shades of Scarlet #F62D06
Tints of Scarlet #F62D06
RGB
CMYK
RGB Variations
Color information
#F62D06 (or 0xF62D06) is known color: Scarlet. HEX triplet: F6, 2D and 06. RGB value is (246,45,6). Sum of RGB (Red+Green+Blue) = 246+45+6=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62D06 is #09D2F9. Grayscale: #656565. Windows color (decimal): -643834 or 404982. OLE color: 404982.
HSL color Cylindrical-coordinate representation of color #F62D06: hue angle of 9.75º 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 #F62D06 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 45 | 6 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.04 |
| HSL | 9.75º | 0.95% | 0.49% | - |
| HSV(B) | 9.75º | 0.98% | 0.96% | - |
| XYZ | 38.98 | 21.48 | 2.26 | - |
| YUV | 100.65 | 74.59 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 6 | 0 | 0.82 | 0.98 | 0.04 | 9.75 | 0.95 | 0.49 |
| Hex | F6 | 2D | 6 | 0 | 52 | 62 | 4 | A | 5F | 31 |
| Octal | 366 | 55 | 6 | 0 | 122 | 142 | 4 | 12 | 137 | 61 |
| Binary | 11110110 | 101101 | 110 | 0 | 1010010 | 1100010 | 100 | 1010 | 1011111 | 110001 |
Color Harmonies of #F62D06
Complementary color
Monochromatic Colors of #F62D06
Black with #F62D06
Text Example
Text Example
White with #F62D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62D06; }
p { color: rgb(246,45,6); }
H1.HeaderClassName
{
color: #F62D06;
}
.AnyTagClassName
{
color: #F62D06;
}
</style>
background-color css
<style>
a { background-color: #F62D06; }
a { background-color: rgb(246,45,6); }
div.DivClassName
{
background-color: #F62D06;
}
.BgClassName
{
background-color: #F62D06;
}
</style>
border-color css
<style>
span { border-color: #F62D06; }
span { border-color: rgb(246,45,6); }
td.TdClassName
{
border-color: #F62D06;
}
.TagClassName
{
border-color: #F62D06;
}
</style>