Shades of Scarlet #F01903
Tints of Scarlet #F01903
RGB
CMYK
RGB Variations
Color information
#F01903 (or 0xF01903) is known color: Scarlet. HEX triplet: F0, 19 and 03. RGB value is (240,25,3). Sum of RGB (Red+Green+Blue) = 240+25+3=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F01903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01903 is #0FE6FC. Grayscale: #575757. Windows color (decimal): -1042173 or 203248. OLE color: 203248.
HSL color Cylindrical-coordinate representation of color #F01903: hue angle of 5.57º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F01903 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.06 |
| HSL | 5.57º | 0.98% | 0.48% | - |
| HSV(B) | 5.57º | 0.99% | 0.94% | - |
| XYZ | 36.3 | 19.23 | 1.88 | - |
| YUV | 86.78 | 80.73 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 3 | 0 | 0.90 | 0.99 | 0.06 | 5.57 | 0.98 | 0.48 |
| Hex | F0 | 19 | 3 | 0 | 5A | 63 | 6 | 6 | 62 | 30 |
| Octal | 360 | 31 | 3 | 0 | 132 | 143 | 6 | 6 | 142 | 60 |
| Binary | 11110000 | 11001 | 11 | 0 | 1011010 | 1100011 | 110 | 110 | 1100010 | 110000 |
Color Harmonies of #F01903
Complementary color
Monochromatic Colors of #F01903
Black with #F01903
Text Example
Text Example
White with #F01903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01903; }
p { color: rgb(240,25,3); }
H1.HeaderClassName
{
color: #F01903;
}
.AnyTagClassName
{
color: #F01903;
}
</style>
background-color css
<style>
a { background-color: #F01903; }
a { background-color: rgb(240,25,3); }
div.DivClassName
{
background-color: #F01903;
}
.BgClassName
{
background-color: #F01903;
}
</style>
border-color css
<style>
span { border-color: #F01903; }
span { border-color: rgb(240,25,3); }
td.TdClassName
{
border-color: #F01903;
}
.TagClassName
{
border-color: #F01903;
}
</style>