Shades of Scarlet #F6250F
Tints of Scarlet #F6250F
RGB
CMYK
RGB Variations
Color information
#F6250F (or 0xF6250F) is known color: Scarlet. HEX triplet: F6, 25 and 0F. RGB value is (246,37,15). Sum of RGB (Red+Green+Blue) = 246+37+15=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F6250F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6250F is #09DAF0. Grayscale: #616161. Windows color (decimal): -645873 or 992758. OLE color: 992758.
HSL color Cylindrical-coordinate representation of color #F6250F: hue angle of 5.71º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6250F is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 15 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.04 |
| HSL | 5.71º | 0.93% | 0.51% | - |
| HSV(B) | 5.71º | 0.94% | 0.96% | - |
| XYZ | 38.75 | 20.95 | 2.45 | - |
| YUV | 96.98 | 81.74 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 15 | 0 | 0.85 | 0.94 | 0.04 | 5.71 | 0.93 | 0.51 |
| Hex | F6 | 25 | F | 0 | 55 | 5E | 4 | 6 | 5D | 33 |
| Octal | 366 | 45 | 17 | 0 | 125 | 136 | 4 | 6 | 135 | 63 |
| Binary | 11110110 | 100101 | 1111 | 0 | 1010101 | 1011110 | 100 | 110 | 1011101 | 110011 |
Color Harmonies of #F6250F
Complementary color
Monochromatic Colors of #F6250F
Black with #F6250F
Text Example
Text Example
White with #F6250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6250F; }
p { color: rgb(246,37,15); }
H1.HeaderClassName
{
color: #F6250F;
}
.AnyTagClassName
{
color: #F6250F;
}
</style>
background-color css
<style>
a { background-color: #F6250F; }
a { background-color: rgb(246,37,15); }
div.DivClassName
{
background-color: #F6250F;
}
.BgClassName
{
background-color: #F6250F;
}
</style>
border-color css
<style>
span { border-color: #F6250F; }
span { border-color: rgb(246,37,15); }
td.TdClassName
{
border-color: #F6250F;
}
.TagClassName
{
border-color: #F6250F;
}
</style>