Shades of Scarlet #F62F0F
Tints of Scarlet #F62F0F
RGB
CMYK
RGB Variations
Color information
#F62F0F (or 0xF62F0F) is known color: Scarlet. HEX triplet: F6, 2F and 0F. RGB value is (246,47,15). Sum of RGB (Red+Green+Blue) = 246+47+15=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62F0F is #09D0F0. Grayscale: #676767. Windows color (decimal): -643313 or 995318. OLE color: 995318.
HSL color Cylindrical-coordinate representation of color #F62F0F: hue angle of 8.31º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F62F0F is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 47 | 15 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.04 |
| HSL | 8.31º | 0.93% | 0.51% | - |
| HSV(B) | 8.31º | 0.94% | 0.96% | - |
| XYZ | 39.11 | 21.66 | 2.57 | - |
| YUV | 102.85 | 78.43 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 47 | 15 | 0 | 0.81 | 0.94 | 0.04 | 8.31 | 0.93 | 0.51 |
| Hex | F6 | 2F | F | 0 | 51 | 5E | 4 | 8 | 5D | 33 |
| Octal | 366 | 57 | 17 | 0 | 121 | 136 | 4 | 10 | 135 | 63 |
| Binary | 11110110 | 101111 | 1111 | 0 | 1010001 | 1011110 | 100 | 1000 | 1011101 | 110011 |
Color Harmonies of #F62F0F
Complementary color
Monochromatic Colors of #F62F0F
Black with #F62F0F
Text Example
Text Example
White with #F62F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62F0F; }
p { color: rgb(246,47,15); }
H1.HeaderClassName
{
color: #F62F0F;
}
.AnyTagClassName
{
color: #F62F0F;
}
</style>
background-color css
<style>
a { background-color: #F62F0F; }
a { background-color: rgb(246,47,15); }
div.DivClassName
{
background-color: #F62F0F;
}
.BgClassName
{
background-color: #F62F0F;
}
</style>
border-color css
<style>
span { border-color: #F62F0F; }
span { border-color: rgb(246,47,15); }
td.TdClassName
{
border-color: #F62F0F;
}
.TagClassName
{
border-color: #F62F0F;
}
</style>