Shades of Scarlet #F6260D
Tints of Scarlet #F6260D
RGB
CMYK
RGB Variations
Color information
#F6260D (or 0xF6260D) is known color: Scarlet. HEX triplet: F6, 26 and 0D. RGB value is (246,38,13). Sum of RGB (Red+Green+Blue) = 246+38+13=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F6260D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6260D is #09D9F2. Grayscale: #616161. Windows color (decimal): -645619 or 861942. OLE color: 861942.
HSL color Cylindrical-coordinate representation of color #F6260D: hue angle of 6.44º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6260D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 13 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.04 |
| HSL | 6.44º | 0.93% | 0.51% | - |
| HSV(B) | 6.44º | 0.95% | 0.96% | - |
| XYZ | 38.77 | 21.01 | 2.39 | - |
| YUV | 97.34 | 80.41 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 13 | 0 | 0.85 | 0.95 | 0.04 | 6.44 | 0.93 | 0.51 |
| Hex | F6 | 26 | D | 0 | 55 | 5F | 4 | 6 | 5D | 33 |
| Octal | 366 | 46 | 15 | 0 | 125 | 137 | 4 | 6 | 135 | 63 |
| Binary | 11110110 | 100110 | 1101 | 0 | 1010101 | 1011111 | 100 | 110 | 1011101 | 110011 |
Color Harmonies of #F6260D
Complementary color
Monochromatic Colors of #F6260D
Black with #F6260D
Text Example
Text Example
White with #F6260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6260D; }
p { color: rgb(246,38,13); }
H1.HeaderClassName
{
color: #F6260D;
}
.AnyTagClassName
{
color: #F6260D;
}
</style>
background-color css
<style>
a { background-color: #F6260D; }
a { background-color: rgb(246,38,13); }
div.DivClassName
{
background-color: #F6260D;
}
.BgClassName
{
background-color: #F6260D;
}
</style>
border-color css
<style>
span { border-color: #F6260D; }
span { border-color: rgb(246,38,13); }
td.TdClassName
{
border-color: #F6260D;
}
.TagClassName
{
border-color: #F6260D;
}
</style>