Shades of Scarlet #F03000
Tints of Scarlet #F03000
RGB
CMYK
RGB Variations
Color information
#F03000 (or 0xF03000) is known color: Scarlet. HEX triplet: F0, 30 and 00. RGB value is (240,48,0). Sum of RGB (Red+Green+Blue) = 240+48+0=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F03000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03000 is #0FCFFF. Grayscale: #646464. Windows color (decimal): -1036288 or 12528. OLE color: 12528.
HSL color Cylindrical-coordinate representation of color #F03000: hue angle of 12º 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 #F03000 is Cyan = 0, Magento = 0.8, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 0 | - |
| CMYK | 0 | 0.8 | 1 | 0.06 |
| HSL | 12º | 1% | 0.47% | - |
| HSV(B) | 12º | 1% | 0.94% | - |
| XYZ | 36.99 | 20.64 | 2.03 | - |
| YUV | 99.94 | 71.61 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 0 | 0 | 0.8 | 1 | 0.06 | 12 | 1 | 0.47 |
| Hex | F0 | 30 | 0 | 0 | 50 | 64 | 6 | C | 64 | 2F |
| Octal | 360 | 60 | 0 | 0 | 120 | 144 | 6 | 14 | 144 | 57 |
| Binary | 11110000 | 110000 | 0 | 0 | 1010000 | 1100100 | 110 | 1100 | 1100100 | 101111 |
Color Harmonies of #F03000
Complementary color
Monochromatic Colors of #F03000
Black with #F03000
Text Example
Text Example
White with #F03000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03000; }
p { color: rgb(240,48,0); }
H1.HeaderClassName
{
color: #F03000;
}
.AnyTagClassName
{
color: #F03000;
}
</style>
background-color css
<style>
a { background-color: #F03000; }
a { background-color: rgb(240,48,0); }
div.DivClassName
{
background-color: #F03000;
}
.BgClassName
{
background-color: #F03000;
}
</style>
border-color css
<style>
span { border-color: #F03000; }
span { border-color: rgb(240,48,0); }
td.TdClassName
{
border-color: #F03000;
}
.TagClassName
{
border-color: #F03000;
}
</style>