Shades of Scarlet #F02C05
Tints of Scarlet #F02C05
RGB
CMYK
RGB Variations
Color information
#F02C05 (or 0xF02C05) is known color: Scarlet. HEX triplet: F0, 2C and 05. RGB value is (240,44,5). Sum of RGB (Red+Green+Blue) = 240+44+5=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02C05 is #0FD3FA. Grayscale: #626262. Windows color (decimal): -1037307 or 339184. OLE color: 339184.
HSL color Cylindrical-coordinate representation of color #F02C05: hue angle of 9.96º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F02C05 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.06 |
| HSL | 9.96º | 0.96% | 0.48% | - |
| HSV(B) | 9.96º | 0.98% | 0.94% | - |
| XYZ | 36.86 | 20.34 | 2.13 | - |
| YUV | 98.16 | 75.43 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 5 | 0 | 0.82 | 0.98 | 0.06 | 9.96 | 0.96 | 0.48 |
| Hex | F0 | 2C | 5 | 0 | 52 | 62 | 6 | A | 60 | 30 |
| Octal | 360 | 54 | 5 | 0 | 122 | 142 | 6 | 12 | 140 | 60 |
| Binary | 11110000 | 101100 | 101 | 0 | 1010010 | 1100010 | 110 | 1010 | 1100000 | 110000 |
Color Harmonies of #F02C05
Complementary color
Monochromatic Colors of #F02C05
Black with #F02C05
Text Example
Text Example
White with #F02C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C05; }
p { color: rgb(240,44,5); }
H1.HeaderClassName
{
color: #F02C05;
}
.AnyTagClassName
{
color: #F02C05;
}
</style>
background-color css
<style>
a { background-color: #F02C05; }
a { background-color: rgb(240,44,5); }
div.DivClassName
{
background-color: #F02C05;
}
.BgClassName
{
background-color: #F02C05;
}
</style>
border-color css
<style>
span { border-color: #F02C05; }
span { border-color: rgb(240,44,5); }
td.TdClassName
{
border-color: #F02C05;
}
.TagClassName
{
border-color: #F02C05;
}
</style>