Shades of Scarlet #F02505
Tints of Scarlet #F02505
RGB
CMYK
RGB Variations
Color information
#F02505 (or 0xF02505) is known color: Scarlet. HEX triplet: F0, 25 and 05. RGB value is (240,37,5). Sum of RGB (Red+Green+Blue) = 240+37+5=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F02505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02505 is #0FDAFA. Grayscale: #5E5E5E. Windows color (decimal): -1039099 or 337392. OLE color: 337392.
HSL color Cylindrical-coordinate representation of color #F02505: hue angle of 8.17º 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 #F02505 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.06 |
| HSL | 8.17º | 0.96% | 0.48% | - |
| HSV(B) | 8.17º | 0.98% | 0.94% | - |
| XYZ | 36.62 | 19.86 | 2.05 | - |
| YUV | 94.05 | 77.75 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 5 | 0 | 0.85 | 0.98 | 0.06 | 8.17 | 0.96 | 0.48 |
| Hex | F0 | 25 | 5 | 0 | 55 | 62 | 6 | 8 | 60 | 30 |
| Octal | 360 | 45 | 5 | 0 | 125 | 142 | 6 | 10 | 140 | 60 |
| Binary | 11110000 | 100101 | 101 | 0 | 1010101 | 1100010 | 110 | 1000 | 1100000 | 110000 |
Color Harmonies of #F02505
Complementary color
Monochromatic Colors of #F02505
Black with #F02505
Text Example
Text Example
White with #F02505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02505; }
p { color: rgb(240,37,5); }
H1.HeaderClassName
{
color: #F02505;
}
.AnyTagClassName
{
color: #F02505;
}
</style>
background-color css
<style>
a { background-color: #F02505; }
a { background-color: rgb(240,37,5); }
div.DivClassName
{
background-color: #F02505;
}
.BgClassName
{
background-color: #F02505;
}
</style>
border-color css
<style>
span { border-color: #F02505; }
span { border-color: rgb(240,37,5); }
td.TdClassName
{
border-color: #F02505;
}
.TagClassName
{
border-color: #F02505;
}
</style>