Shades of Scarlet #F62705
Tints of Scarlet #F62705
RGB
CMYK
RGB Variations
Color information
#F62705 (or 0xF62705) is known color: Scarlet. HEX triplet: F6, 27 and 05. RGB value is (246,39,5). Sum of RGB (Red+Green+Blue) = 246+39+5=290 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.83% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 246 - color contains mainly: red. Hex color #F62705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62705 is #09D8FA. Grayscale: #616161. Windows color (decimal): -645371 or 337910. OLE color: 337910.
HSL color Cylindrical-coordinate representation of color #F62705: hue angle of 8.46º degrees, saturation: 0.96, 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 #F62705 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.04 |
| HSL | 8.46º | 0.96% | 0.49% | - |
| HSV(B) | 8.46º | 0.98% | 0.96% | - |
| XYZ | 38.76 | 21.05 | 2.16 | - |
| YUV | 97.02 | 76.08 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 5 | 0 | 0.84 | 0.98 | 0.04 | 8.46 | 0.96 | 0.49 |
| Hex | F6 | 27 | 5 | 0 | 54 | 62 | 4 | 8 | 60 | 31 |
| Octal | 366 | 47 | 5 | 0 | 124 | 142 | 4 | 10 | 140 | 61 |
| Binary | 11110110 | 100111 | 101 | 0 | 1010100 | 1100010 | 100 | 1000 | 1100000 | 110001 |
Color Harmonies of #F62705
Complementary color
Monochromatic Colors of #F62705
Black with #F62705
Text Example
Text Example
White with #F62705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62705; }
p { color: rgb(246,39,5); }
H1.HeaderClassName
{
color: #F62705;
}
.AnyTagClassName
{
color: #F62705;
}
</style>
background-color css
<style>
a { background-color: #F62705; }
a { background-color: rgb(246,39,5); }
div.DivClassName
{
background-color: #F62705;
}
.BgClassName
{
background-color: #F62705;
}
</style>
border-color css
<style>
span { border-color: #F62705; }
span { border-color: rgb(246,39,5); }
td.TdClassName
{
border-color: #F62705;
}
.TagClassName
{
border-color: #F62705;
}
</style>