Shades of Scarlet #F6200B
Tints of Scarlet #F6200B
RGB
CMYK
RGB Variations
Color information
#F6200B (or 0xF6200B) is known color: Scarlet. HEX triplet: F6, 20 and 0B. RGB value is (246,32,11). Sum of RGB (Red+Green+Blue) = 246+32+11=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F6200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6200B is #09DFF4. Grayscale: #5D5D5D. Windows color (decimal): -647157 or 729334. OLE color: 729334.
HSL color Cylindrical-coordinate representation of color #F6200B: hue angle of 5.36º 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 #F6200B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 11 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.04 |
| HSL | 5.36º | 0.93% | 0.5% | - |
| HSV(B) | 5.36º | 0.96% | 0.96% | - |
| XYZ | 38.58 | 20.65 | 2.27 | - |
| YUV | 93.59 | 81.4 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 11 | 0 | 0.87 | 0.96 | 0.04 | 5.36 | 0.93 | 0.5 |
| Hex | F6 | 20 | B | 0 | 57 | 60 | 4 | 5 | 5D | 32 |
| Octal | 366 | 40 | 13 | 0 | 127 | 140 | 4 | 5 | 135 | 62 |
| Binary | 11110110 | 100000 | 1011 | 0 | 1010111 | 1100000 | 100 | 101 | 1011101 | 110010 |
Color Harmonies of #F6200B
Complementary color
Monochromatic Colors of #F6200B
Black with #F6200B
Text Example
Text Example
White with #F6200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6200B; }
p { color: rgb(246,32,11); }
H1.HeaderClassName
{
color: #F6200B;
}
.AnyTagClassName
{
color: #F6200B;
}
</style>
background-color css
<style>
a { background-color: #F6200B; }
a { background-color: rgb(246,32,11); }
div.DivClassName
{
background-color: #F6200B;
}
.BgClassName
{
background-color: #F6200B;
}
</style>
border-color css
<style>
span { border-color: #F6200B; }
span { border-color: rgb(246,32,11); }
td.TdClassName
{
border-color: #F6200B;
}
.TagClassName
{
border-color: #F6200B;
}
</style>