Shades of Scarlet #F02A09
Tints of Scarlet #F02A09
RGB
CMYK
RGB Variations
Color information
#F02A09 (or 0xF02A09) is known color: Scarlet. HEX triplet: F0, 2A and 09. RGB value is (240,42,9). Sum of RGB (Red+Green+Blue) = 240+42+9=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02A09 is #0FD5F6. Grayscale: #616161. Windows color (decimal): -1037815 or 600816. OLE color: 600816.
HSL color Cylindrical-coordinate representation of color #F02A09: hue angle of 8.57º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F02A09 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 9 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.06 |
| HSL | 8.57º | 0.93% | 0.49% | - |
| HSV(B) | 8.57º | 0.96% | 0.94% | - |
| XYZ | 36.81 | 20.2 | 2.22 | - |
| YUV | 97.44 | 78.1 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 9 | 0 | 0.82 | 0.96 | 0.06 | 8.57 | 0.93 | 0.49 |
| Hex | F0 | 2A | 9 | 0 | 52 | 60 | 6 | 9 | 5D | 31 |
| Octal | 360 | 52 | 11 | 0 | 122 | 140 | 6 | 11 | 135 | 61 |
| Binary | 11110000 | 101010 | 1001 | 0 | 1010010 | 1100000 | 110 | 1001 | 1011101 | 110001 |
Color Harmonies of #F02A09
Complementary color
Monochromatic Colors of #F02A09
Black with #F02A09
Text Example
Text Example
White with #F02A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A09; }
p { color: rgb(240,42,9); }
H1.HeaderClassName
{
color: #F02A09;
}
.AnyTagClassName
{
color: #F02A09;
}
</style>
background-color css
<style>
a { background-color: #F02A09; }
a { background-color: rgb(240,42,9); }
div.DivClassName
{
background-color: #F02A09;
}
.BgClassName
{
background-color: #F02A09;
}
</style>
border-color css
<style>
span { border-color: #F02A09; }
span { border-color: rgb(240,42,9); }
td.TdClassName
{
border-color: #F02A09;
}
.TagClassName
{
border-color: #F02A09;
}
</style>