Shades of Scarlet #F02901
Tints of Scarlet #F02901
RGB
CMYK
RGB Variations
Color information
#F02901 (or 0xF02901) is known color: Scarlet. HEX triplet: F0, 29 and 01. RGB value is (240,41,1). Sum of RGB (Red+Green+Blue) = 240+41+1=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F02901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02901 is #0FD6FE. Grayscale: #606060. Windows color (decimal): -1038079 or 76272. OLE color: 76272.
HSL color Cylindrical-coordinate representation of color #F02901: hue angle of 10.04º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F02901 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.06 |
| HSL | 10.04º | 0.99% | 0.47% | - |
| HSV(B) | 10.04º | 1% | 0.94% | - |
| XYZ | 36.73 | 20.11 | 1.97 | - |
| YUV | 95.94 | 74.43 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 1 | 0 | 0.83 | 1.00 | 0.06 | 10.04 | 0.99 | 0.47 |
| Hex | F0 | 29 | 1 | 0 | 53 | 64 | 6 | A | 63 | 2F |
| Octal | 360 | 51 | 1 | 0 | 123 | 144 | 6 | 12 | 143 | 57 |
| Binary | 11110000 | 101001 | 1 | 0 | 1010011 | 1100100 | 110 | 1010 | 1100011 | 101111 |
Color Harmonies of #F02901
Complementary color
Monochromatic Colors of #F02901
Black with #F02901
Text Example
Text Example
White with #F02901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02901; }
p { color: rgb(240,41,1); }
H1.HeaderClassName
{
color: #F02901;
}
.AnyTagClassName
{
color: #F02901;
}
</style>
background-color css
<style>
a { background-color: #F02901; }
a { background-color: rgb(240,41,1); }
div.DivClassName
{
background-color: #F02901;
}
.BgClassName
{
background-color: #F02901;
}
</style>
border-color css
<style>
span { border-color: #F02901; }
span { border-color: rgb(240,41,1); }
td.TdClassName
{
border-color: #F02901;
}
.TagClassName
{
border-color: #F02901;
}
</style>