Shades of Scarlet #F6260C
Tints of Scarlet #F6260C
RGB
CMYK
RGB Variations
Color information
#F6260C (or 0xF6260C) is known color: Scarlet. HEX triplet: F6, 26 and 0C. RGB value is (246,38,12). Sum of RGB (Red+Green+Blue) = 246+38+12=296 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.11% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 246 - color contains mainly: red. Hex color #F6260C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6260C is #09D9F3. Grayscale: #616161. Windows color (decimal): -645620 or 796406. OLE color: 796406.
HSL color Cylindrical-coordinate representation of color #F6260C: hue angle of 6.67º 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 #F6260C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.04 |
| HSL | 6.67º | 0.93% | 0.51% | - |
| HSV(B) | 6.67º | 0.95% | 0.96% | - |
| XYZ | 38.77 | 21.01 | 2.36 | - |
| YUV | 97.23 | 79.91 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 12 | 0 | 0.85 | 0.95 | 0.04 | 6.67 | 0.93 | 0.51 |
| Hex | F6 | 26 | C | 0 | 55 | 5F | 4 | 7 | 5D | 33 |
| Octal | 366 | 46 | 14 | 0 | 125 | 137 | 4 | 7 | 135 | 63 |
| Binary | 11110110 | 100110 | 1100 | 0 | 1010101 | 1011111 | 100 | 111 | 1011101 | 110011 |
Color Harmonies of #F6260C
Complementary color
Monochromatic Colors of #F6260C
Black with #F6260C
Text Example
Text Example
White with #F6260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6260C; }
p { color: rgb(246,38,12); }
H1.HeaderClassName
{
color: #F6260C;
}
.AnyTagClassName
{
color: #F6260C;
}
</style>
background-color css
<style>
a { background-color: #F6260C; }
a { background-color: rgb(246,38,12); }
div.DivClassName
{
background-color: #F6260C;
}
.BgClassName
{
background-color: #F6260C;
}
</style>
border-color css
<style>
span { border-color: #F6260C; }
span { border-color: rgb(246,38,12); }
td.TdClassName
{
border-color: #F6260C;
}
.TagClassName
{
border-color: #F6260C;
}
</style>