Shades of Scarlet #F02610
Tints of Scarlet #F02610
RGB
CMYK
RGB Variations
Color information
#F02610 (or 0xF02610) is known color: Scarlet. HEX triplet: F0, 26 and 10. RGB value is (240,38,16). Sum of RGB (Red+Green+Blue) = 240+38+16=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F02610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02610 is #0FD9EF. Grayscale: #606060. Windows color (decimal): -1038832 or 1058544. OLE color: 1058544.
HSL color Cylindrical-coordinate representation of color #F02610: hue angle of 5.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F02610 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.06 |
| HSL | 5.89º | 0.88% | 0.5% | - |
| HSV(B) | 5.89º | 0.93% | 0.94% | - |
| XYZ | 36.72 | 19.95 | 2.41 | - |
| YUV | 95.89 | 82.92 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 16 | 0 | 0.84 | 0.93 | 0.06 | 5.89 | 0.88 | 0.5 |
| Hex | F0 | 26 | 10 | 0 | 54 | 5D | 6 | 6 | 58 | 32 |
| Octal | 360 | 46 | 20 | 0 | 124 | 135 | 6 | 6 | 130 | 62 |
| Binary | 11110000 | 100110 | 10000 | 0 | 1010100 | 1011101 | 110 | 110 | 1011000 | 110010 |
Color Harmonies of #F02610
Complementary color
Monochromatic Colors of #F02610
Black with #F02610
Text Example
Text Example
White with #F02610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02610; }
p { color: rgb(240,38,16); }
H1.HeaderClassName
{
color: #F02610;
}
.AnyTagClassName
{
color: #F02610;
}
</style>
background-color css
<style>
a { background-color: #F02610; }
a { background-color: rgb(240,38,16); }
div.DivClassName
{
background-color: #F02610;
}
.BgClassName
{
background-color: #F02610;
}
</style>
border-color css
<style>
span { border-color: #F02610; }
span { border-color: rgb(240,38,16); }
td.TdClassName
{
border-color: #F02610;
}
.TagClassName
{
border-color: #F02610;
}
</style>