Shades of Scarlet #F02802
Tints of Scarlet #F02802
RGB
CMYK
RGB Variations
Color information
#F02802 (or 0xF02802) is known color: Scarlet. HEX triplet: F0, 28 and 02. RGB value is (240,40,2). Sum of RGB (Red+Green+Blue) = 240+40+2=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F02802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02802 is #0FD7FD. Grayscale: #5F5F5F. Windows color (decimal): -1038334 or 141552. OLE color: 141552.
HSL color Cylindrical-coordinate representation of color #F02802: hue angle of 9.58º 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 #F02802 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.06 |
| HSL | 9.58º | 0.98% | 0.47% | - |
| HSV(B) | 9.58º | 0.99% | 0.94% | - |
| XYZ | 36.7 | 20.05 | 1.99 | - |
| YUV | 95.47 | 75.26 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 2 | 0 | 0.83 | 0.99 | 0.06 | 9.58 | 0.98 | 0.47 |
| Hex | F0 | 28 | 2 | 0 | 53 | 63 | 6 | A | 62 | 2F |
| Octal | 360 | 50 | 2 | 0 | 123 | 143 | 6 | 12 | 142 | 57 |
| Binary | 11110000 | 101000 | 10 | 0 | 1010011 | 1100011 | 110 | 1010 | 1100010 | 101111 |
Color Harmonies of #F02802
Complementary color
Monochromatic Colors of #F02802
Black with #F02802
Text Example
Text Example
White with #F02802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02802; }
p { color: rgb(240,40,2); }
H1.HeaderClassName
{
color: #F02802;
}
.AnyTagClassName
{
color: #F02802;
}
</style>
background-color css
<style>
a { background-color: #F02802; }
a { background-color: rgb(240,40,2); }
div.DivClassName
{
background-color: #F02802;
}
.BgClassName
{
background-color: #F02802;
}
</style>
border-color css
<style>
span { border-color: #F02802; }
span { border-color: rgb(240,40,2); }
td.TdClassName
{
border-color: #F02802;
}
.TagClassName
{
border-color: #F02802;
}
</style>