Shades of Scarlet #F02A02
Tints of Scarlet #F02A02
RGB
CMYK
RGB Variations
Color information
#F02A02 (or 0xF02A02) is known color: Scarlet. HEX triplet: F0, 2A and 02. RGB value is (240,42,2). Sum of RGB (Red+Green+Blue) = 240+42+2=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02A02 is #0FD5FD. Grayscale: #616161. Windows color (decimal): -1037822 or 142064. OLE color: 142064.
HSL color Cylindrical-coordinate representation of color #F02A02: hue angle of 10.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 #F02A02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.06 |
| HSL | 10.08º | 0.98% | 0.47% | - |
| HSV(B) | 10.08º | 0.99% | 0.94% | - |
| XYZ | 36.77 | 20.19 | 2.02 | - |
| YUV | 96.64 | 74.6 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 2 | 0 | 0.82 | 0.99 | 0.06 | 10.08 | 0.98 | 0.47 |
| Hex | F0 | 2A | 2 | 0 | 52 | 63 | 6 | A | 62 | 2F |
| Octal | 360 | 52 | 2 | 0 | 122 | 143 | 6 | 12 | 142 | 57 |
| Binary | 11110000 | 101010 | 10 | 0 | 1010010 | 1100011 | 110 | 1010 | 1100010 | 101111 |
Color Harmonies of #F02A02
Complementary color
Monochromatic Colors of #F02A02
Black with #F02A02
Text Example
Text Example
White with #F02A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A02; }
p { color: rgb(240,42,2); }
H1.HeaderClassName
{
color: #F02A02;
}
.AnyTagClassName
{
color: #F02A02;
}
</style>
background-color css
<style>
a { background-color: #F02A02; }
a { background-color: rgb(240,42,2); }
div.DivClassName
{
background-color: #F02A02;
}
.BgClassName
{
background-color: #F02A02;
}
</style>
border-color css
<style>
span { border-color: #F02A02; }
span { border-color: rgb(240,42,2); }
td.TdClassName
{
border-color: #F02A02;
}
.TagClassName
{
border-color: #F02A02;
}
</style>