Shades of Scarlet #F6260B
Tints of Scarlet #F6260B
RGB
CMYK
RGB Variations
Color information
#F6260B (or 0xF6260B) is known color: Scarlet. HEX triplet: F6, 26 and 0B. RGB value is (246,38,11). Sum of RGB (Red+Green+Blue) = 246+38+11=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F6260B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6260B is #09D9F4. Grayscale: #616161. Windows color (decimal): -645621 or 730870. OLE color: 730870.
HSL color Cylindrical-coordinate representation of color #F6260B: hue angle of 6.89º 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 #F6260B is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 11 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.04 |
| HSL | 6.89º | 0.93% | 0.5% | - |
| HSV(B) | 6.89º | 0.96% | 0.96% | - |
| XYZ | 38.76 | 21 | 2.33 | - |
| YUV | 97.11 | 79.41 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 11 | 0 | 0.85 | 0.96 | 0.04 | 6.89 | 0.93 | 0.5 |
| Hex | F6 | 26 | B | 0 | 55 | 60 | 4 | 7 | 5D | 32 |
| Octal | 366 | 46 | 13 | 0 | 125 | 140 | 4 | 7 | 135 | 62 |
| Binary | 11110110 | 100110 | 1011 | 0 | 1010101 | 1100000 | 100 | 111 | 1011101 | 110010 |
Color Harmonies of #F6260B
Complementary color
Monochromatic Colors of #F6260B
Black with #F6260B
Text Example
Text Example
White with #F6260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6260B; }
p { color: rgb(246,38,11); }
H1.HeaderClassName
{
color: #F6260B;
}
.AnyTagClassName
{
color: #F6260B;
}
</style>
background-color css
<style>
a { background-color: #F6260B; }
a { background-color: rgb(246,38,11); }
div.DivClassName
{
background-color: #F6260B;
}
.BgClassName
{
background-color: #F6260B;
}
</style>
border-color css
<style>
span { border-color: #F6260B; }
span { border-color: rgb(246,38,11); }
td.TdClassName
{
border-color: #F6260B;
}
.TagClassName
{
border-color: #F6260B;
}
</style>