Shades of Scarlet #F62801
Tints of Scarlet #F62801
RGB
CMYK
RGB Variations
Color information
#F62801 (or 0xF62801) is known color: Scarlet. HEX triplet: F6, 28 and 01. RGB value is (246,40,1). Sum of RGB (Red+Green+Blue) = 246+40+1=287 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.71% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 246 - color contains mainly: red. Hex color #F62801 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62801 is #09D7FE. Grayscale: #616161. Windows color (decimal): -645119 or 76022. OLE color: 76022.
HSL color Cylindrical-coordinate representation of color #F62801: hue angle of 9.55º 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 #F62801 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.04 |
| HSL | 9.55º | 0.99% | 0.48% | - |
| HSV(B) | 9.55º | 1% | 0.96% | - |
| XYZ | 38.77 | 21.11 | 2.06 | - |
| YUV | 97.15 | 73.75 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 1 | 0 | 0.84 | 1.00 | 0.04 | 9.55 | 0.99 | 0.48 |
| Hex | F6 | 28 | 1 | 0 | 54 | 64 | 4 | A | 63 | 30 |
| Octal | 366 | 50 | 1 | 0 | 124 | 144 | 4 | 12 | 143 | 60 |
| Binary | 11110110 | 101000 | 1 | 0 | 1010100 | 1100100 | 100 | 1010 | 1100011 | 110000 |
Color Harmonies of #F62801
Complementary color
Monochromatic Colors of #F62801
Black with #F62801
Text Example
Text Example
White with #F62801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62801; }
p { color: rgb(246,40,1); }
H1.HeaderClassName
{
color: #F62801;
}
.AnyTagClassName
{
color: #F62801;
}
</style>
background-color css
<style>
a { background-color: #F62801; }
a { background-color: rgb(246,40,1); }
div.DivClassName
{
background-color: #F62801;
}
.BgClassName
{
background-color: #F62801;
}
</style>
border-color css
<style>
span { border-color: #F62801; }
span { border-color: rgb(246,40,1); }
td.TdClassName
{
border-color: #F62801;
}
.TagClassName
{
border-color: #F62801;
}
</style>