Shades of Scarlet #F62701
Tints of Scarlet #F62701
RGB
CMYK
RGB Variations
Color information
#F62701 (or 0xF62701) is known color: Scarlet. HEX triplet: F6, 27 and 01. RGB value is (246,39,1). Sum of RGB (Red+Green+Blue) = 246+39+1=286 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.01% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 246 - color contains mainly: red. Hex color #F62701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62701 is #09D8FE. Grayscale: #606060. Windows color (decimal): -645375 or 75766. OLE color: 75766.
HSL color Cylindrical-coordinate representation of color #F62701: hue angle of 9.31º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F62701 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.04 |
| HSL | 9.31º | 0.99% | 0.48% | - |
| HSV(B) | 9.31º | 1% | 0.96% | - |
| XYZ | 38.74 | 21.05 | 2.05 | - |
| YUV | 96.56 | 74.08 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 1 | 0 | 0.84 | 1.00 | 0.04 | 9.31 | 0.99 | 0.48 |
| Hex | F6 | 27 | 1 | 0 | 54 | 64 | 4 | 9 | 63 | 30 |
| Octal | 366 | 47 | 1 | 0 | 124 | 144 | 4 | 11 | 143 | 60 |
| Binary | 11110110 | 100111 | 1 | 0 | 1010100 | 1100100 | 100 | 1001 | 1100011 | 110000 |
Color Harmonies of #F62701
Complementary color
Monochromatic Colors of #F62701
Black with #F62701
Text Example
Text Example
White with #F62701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62701; }
p { color: rgb(246,39,1); }
H1.HeaderClassName
{
color: #F62701;
}
.AnyTagClassName
{
color: #F62701;
}
</style>
background-color css
<style>
a { background-color: #F62701; }
a { background-color: rgb(246,39,1); }
div.DivClassName
{
background-color: #F62701;
}
.BgClassName
{
background-color: #F62701;
}
</style>
border-color css
<style>
span { border-color: #F62701; }
span { border-color: rgb(246,39,1); }
td.TdClassName
{
border-color: #F62701;
}
.TagClassName
{
border-color: #F62701;
}
</style>