Shades of Scarlet #F02000
Tints of Scarlet #F02000
RGB
CMYK
RGB Variations
Color information
#F02000 (or 0xF02000) is known color: Scarlet. HEX triplet: F0, 20 and 00. RGB value is (240,32,0). Sum of RGB (Red+Green+Blue) = 240+32+0=272 (36% of max value = 765). Red value is 240 (94.14% from 255 or 88.24% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 240 - color contains mainly: red. Hex color #F02000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02000 is #0FDFFF. Grayscale: #5A5A5A. Windows color (decimal): -1040384 or 8432. OLE color: 8432.
HSL color Cylindrical-coordinate representation of color #F02000: hue angle of 8º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F02000 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.06 |
| HSL | 8º | 1% | 0.47% | - |
| HSV(B) | 8º | 1% | 0.94% | - |
| XYZ | 36.45 | 19.56 | 1.85 | - |
| YUV | 90.54 | 76.91 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 0 | 0 | 0.87 | 1 | 0.06 | 8 | 1 | 0.47 |
| Hex | F0 | 20 | 0 | 0 | 57 | 64 | 6 | 8 | 64 | 2F |
| Octal | 360 | 40 | 0 | 0 | 127 | 144 | 6 | 10 | 144 | 57 |
| Binary | 11110000 | 100000 | 0 | 0 | 1010111 | 1100100 | 110 | 1000 | 1100100 | 101111 |
Color Harmonies of #F02000
Complementary color
Monochromatic Colors of #F02000
Black with #F02000
Text Example
Text Example
White with #F02000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02000; }
p { color: rgb(240,32,0); }
H1.HeaderClassName
{
color: #F02000;
}
.AnyTagClassName
{
color: #F02000;
}
</style>
background-color css
<style>
a { background-color: #F02000; }
a { background-color: rgb(240,32,0); }
div.DivClassName
{
background-color: #F02000;
}
.BgClassName
{
background-color: #F02000;
}
</style>
border-color css
<style>
span { border-color: #F02000; }
span { border-color: rgb(240,32,0); }
td.TdClassName
{
border-color: #F02000;
}
.TagClassName
{
border-color: #F02000;
}
</style>