Shades of Scarlet #F62800
Tints of Scarlet #F62800
RGB
CMYK
RGB Variations
Color information
#F62800 (or 0xF62800) is known color: Scarlet. HEX triplet: F6, 28 and 00. RGB value is (246,40,0). Sum of RGB (Red+Green+Blue) = 246+40+0=286 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.01% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 246 - color contains mainly: red. Hex color #F62800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62800 is #09D7FF. Grayscale: #616161. Windows color (decimal): -645120 or 10486. OLE color: 10486.
HSL color Cylindrical-coordinate representation of color #F62800: hue angle of 9.76º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F62800 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.04 |
| HSL | 9.76º | 1% | 0.48% | - |
| HSV(B) | 9.76º | 1% | 0.96% | - |
| XYZ | 38.76 | 21.11 | 2.03 | - |
| YUV | 97.03 | 73.25 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 0 | 0 | 0.84 | 1 | 0.04 | 9.76 | 1 | 0.48 |
| Hex | F6 | 28 | 0 | 0 | 54 | 64 | 4 | A | 64 | 30 |
| Octal | 366 | 50 | 0 | 0 | 124 | 144 | 4 | 12 | 144 | 60 |
| Binary | 11110110 | 101000 | 0 | 0 | 1010100 | 1100100 | 100 | 1010 | 1100100 | 110000 |
Color Harmonies of #F62800
Complementary color
Monochromatic Colors of #F62800
Black with #F62800
Text Example
Text Example
White with #F62800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62800; }
p { color: rgb(246,40,0); }
H1.HeaderClassName
{
color: #F62800;
}
.AnyTagClassName
{
color: #F62800;
}
</style>
background-color css
<style>
a { background-color: #F62800; }
a { background-color: rgb(246,40,0); }
div.DivClassName
{
background-color: #F62800;
}
.BgClassName
{
background-color: #F62800;
}
</style>
border-color css
<style>
span { border-color: #F62800; }
span { border-color: rgb(246,40,0); }
td.TdClassName
{
border-color: #F62800;
}
.TagClassName
{
border-color: #F62800;
}
</style>