Shades of Scarlet #F6220A
Tints of Scarlet #F6220A
RGB
CMYK
RGB Variations
Color information
#F6220A (or 0xF6220A) is known color: Scarlet. HEX triplet: F6, 22 and 0A. RGB value is (246,34,10). Sum of RGB (Red+Green+Blue) = 246+34+10=290 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.83% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 246 - color contains mainly: red. Hex color #F6220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6220A is #09DDF5. Grayscale: #5E5E5E. Windows color (decimal): -646646 or 664310. OLE color: 664310.
HSL color Cylindrical-coordinate representation of color #F6220A: hue angle of 6.1º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6220A is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 34 | 10 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.04 |
| HSL | 6.1º | 0.93% | 0.5% | - |
| HSV(B) | 6.1º | 0.96% | 0.96% | - |
| XYZ | 38.63 | 20.76 | 2.26 | - |
| YUV | 94.65 | 80.24 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 34 | 10 | 0 | 0.86 | 0.96 | 0.04 | 6.1 | 0.93 | 0.5 |
| Hex | F6 | 22 | A | 0 | 56 | 60 | 4 | 6 | 5D | 32 |
| Octal | 366 | 42 | 12 | 0 | 126 | 140 | 4 | 6 | 135 | 62 |
| Binary | 11110110 | 100010 | 1010 | 0 | 1010110 | 1100000 | 100 | 110 | 1011101 | 110010 |
Color Harmonies of #F6220A
Complementary color
Monochromatic Colors of #F6220A
Black with #F6220A
Text Example
Text Example
White with #F6220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6220A; }
p { color: rgb(246,34,10); }
H1.HeaderClassName
{
color: #F6220A;
}
.AnyTagClassName
{
color: #F6220A;
}
</style>
background-color css
<style>
a { background-color: #F6220A; }
a { background-color: rgb(246,34,10); }
div.DivClassName
{
background-color: #F6220A;
}
.BgClassName
{
background-color: #F6220A;
}
</style>
border-color css
<style>
span { border-color: #F6220A; }
span { border-color: rgb(246,34,10); }
td.TdClassName
{
border-color: #F6220A;
}
.TagClassName
{
border-color: #F6220A;
}
</style>