Shades of Scarlet #F02F09
Tints of Scarlet #F02F09
RGB
CMYK
RGB Variations
Color information
#F02F09 (or 0xF02F09) is known color: Scarlet. HEX triplet: F0, 2F and 09. RGB value is (240,47,9). Sum of RGB (Red+Green+Blue) = 240+47+9=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02F09 is #0FD0F6. Grayscale: #646464. Windows color (decimal): -1036535 or 602096. OLE color: 602096.
HSL color Cylindrical-coordinate representation of color #F02F09: hue angle of 9.87º 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 #F02F09 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.06 |
| HSL | 9.87º | 0.93% | 0.49% | - |
| HSV(B) | 9.87º | 0.96% | 0.94% | - |
| XYZ | 37 | 20.58 | 2.28 | - |
| YUV | 100.38 | 76.44 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 9 | 0 | 0.80 | 0.96 | 0.06 | 9.87 | 0.93 | 0.49 |
| Hex | F0 | 2F | 9 | 0 | 50 | 60 | 6 | A | 5D | 31 |
| Octal | 360 | 57 | 11 | 0 | 120 | 140 | 6 | 12 | 135 | 61 |
| Binary | 11110000 | 101111 | 1001 | 0 | 1010000 | 1100000 | 110 | 1010 | 1011101 | 110001 |
Color Harmonies of #F02F09
Complementary color
Monochromatic Colors of #F02F09
Black with #F02F09
Text Example
Text Example
White with #F02F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02F09; }
p { color: rgb(240,47,9); }
H1.HeaderClassName
{
color: #F02F09;
}
.AnyTagClassName
{
color: #F02F09;
}
</style>
background-color css
<style>
a { background-color: #F02F09; }
a { background-color: rgb(240,47,9); }
div.DivClassName
{
background-color: #F02F09;
}
.BgClassName
{
background-color: #F02F09;
}
</style>
border-color css
<style>
span { border-color: #F02F09; }
span { border-color: rgb(240,47,9); }
td.TdClassName
{
border-color: #F02F09;
}
.TagClassName
{
border-color: #F02F09;
}
</style>