Shades of Scarlet #F02602
Tints of Scarlet #F02602
RGB
CMYK
RGB Variations
Color information
#F02602 (or 0xF02602) is known color: Scarlet. HEX triplet: F0, 26 and 02. RGB value is (240,38,2). Sum of RGB (Red+Green+Blue) = 240+38+2=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F02602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02602 is #0FD9FD. Grayscale: #5E5E5E. Windows color (decimal): -1038846 or 141040. OLE color: 141040.
HSL color Cylindrical-coordinate representation of color #F02602: hue angle of 9.08º 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 #F02602 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.06 |
| HSL | 9.08º | 0.98% | 0.47% | - |
| HSV(B) | 9.08º | 0.99% | 0.94% | - |
| XYZ | 36.64 | 19.92 | 1.97 | - |
| YUV | 94.29 | 75.92 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 2 | 0 | 0.84 | 0.99 | 0.06 | 9.08 | 0.98 | 0.47 |
| Hex | F0 | 26 | 2 | 0 | 54 | 63 | 6 | 9 | 62 | 2F |
| Octal | 360 | 46 | 2 | 0 | 124 | 143 | 6 | 11 | 142 | 57 |
| Binary | 11110000 | 100110 | 10 | 0 | 1010100 | 1100011 | 110 | 1001 | 1100010 | 101111 |
Color Harmonies of #F02602
Complementary color
Monochromatic Colors of #F02602
Black with #F02602
Text Example
Text Example
White with #F02602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02602; }
p { color: rgb(240,38,2); }
H1.HeaderClassName
{
color: #F02602;
}
.AnyTagClassName
{
color: #F02602;
}
</style>
background-color css
<style>
a { background-color: #F02602; }
a { background-color: rgb(240,38,2); }
div.DivClassName
{
background-color: #F02602;
}
.BgClassName
{
background-color: #F02602;
}
</style>
border-color css
<style>
span { border-color: #F02602; }
span { border-color: rgb(240,38,2); }
td.TdClassName
{
border-color: #F02602;
}
.TagClassName
{
border-color: #F02602;
}
</style>