Shades of Scarlet #F02710
Tints of Scarlet #F02710
RGB
CMYK
RGB Variations
Color information
#F02710 (or 0xF02710) is known color: Scarlet. HEX triplet: F0, 27 and 10. RGB value is (240,39,16). Sum of RGB (Red+Green+Blue) = 240+39+16=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F02710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02710 is #0FD8EF. Grayscale: #606060. Windows color (decimal): -1038576 or 1058800. OLE color: 1058800.
HSL color Cylindrical-coordinate representation of color #F02710: hue angle of 6.16º 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 #F02710 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.06 |
| HSL | 6.16º | 0.88% | 0.5% | - |
| HSV(B) | 6.16º | 0.93% | 0.94% | - |
| XYZ | 36.75 | 20.01 | 2.42 | - |
| YUV | 96.48 | 82.59 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 16 | 0 | 0.84 | 0.93 | 0.06 | 6.16 | 0.88 | 0.5 |
| Hex | F0 | 27 | 10 | 0 | 54 | 5D | 6 | 6 | 58 | 32 |
| Octal | 360 | 47 | 20 | 0 | 124 | 135 | 6 | 6 | 130 | 62 |
| Binary | 11110000 | 100111 | 10000 | 0 | 1010100 | 1011101 | 110 | 110 | 1011000 | 110010 |
Color Harmonies of #F02710
Complementary color
Monochromatic Colors of #F02710
Black with #F02710
Text Example
Text Example
White with #F02710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02710; }
p { color: rgb(240,39,16); }
H1.HeaderClassName
{
color: #F02710;
}
.AnyTagClassName
{
color: #F02710;
}
</style>
background-color css
<style>
a { background-color: #F02710; }
a { background-color: rgb(240,39,16); }
div.DivClassName
{
background-color: #F02710;
}
.BgClassName
{
background-color: #F02710;
}
</style>
border-color css
<style>
span { border-color: #F02710; }
span { border-color: rgb(240,39,16); }
td.TdClassName
{
border-color: #F02710;
}
.TagClassName
{
border-color: #F02710;
}
</style>