Shades of Scarlet #F02702
Tints of Scarlet #F02702
RGB
CMYK
RGB Variations
Color information
#F02702 (or 0xF02702) is known color: Scarlet. HEX triplet: F0, 27 and 02. RGB value is (240,39,2). Sum of RGB (Red+Green+Blue) = 240+39+2=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F02702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02702 is #0FD8FD. Grayscale: #5F5F5F. Windows color (decimal): -1038590 or 141296. OLE color: 141296.
HSL color Cylindrical-coordinate representation of color #F02702: hue angle of 9.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F02702 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.06 |
| HSL | 9.33º | 0.98% | 0.47% | - |
| HSV(B) | 9.33º | 0.99% | 0.94% | - |
| XYZ | 36.67 | 19.98 | 1.98 | - |
| YUV | 94.88 | 75.59 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 2 | 0 | 0.84 | 0.99 | 0.06 | 9.33 | 0.98 | 0.47 |
| Hex | F0 | 27 | 2 | 0 | 54 | 63 | 6 | 9 | 62 | 2F |
| Octal | 360 | 47 | 2 | 0 | 124 | 143 | 6 | 11 | 142 | 57 |
| Binary | 11110000 | 100111 | 10 | 0 | 1010100 | 1100011 | 110 | 1001 | 1100010 | 101111 |
Color Harmonies of #F02702
Complementary color
Monochromatic Colors of #F02702
Black with #F02702
Text Example
Text Example
White with #F02702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02702; }
p { color: rgb(240,39,2); }
H1.HeaderClassName
{
color: #F02702;
}
.AnyTagClassName
{
color: #F02702;
}
</style>
background-color css
<style>
a { background-color: #F02702; }
a { background-color: rgb(240,39,2); }
div.DivClassName
{
background-color: #F02702;
}
.BgClassName
{
background-color: #F02702;
}
</style>
border-color css
<style>
span { border-color: #F02702; }
span { border-color: rgb(240,39,2); }
td.TdClassName
{
border-color: #F02702;
}
.TagClassName
{
border-color: #F02702;
}
</style>