Shades of Scarlet #F5290F
Tints of Scarlet #F5290F
RGB
CMYK
RGB Variations
Color information
#F5290F (or 0xF5290F) is known color: Scarlet. HEX triplet: F5, 29 and 0F. RGB value is (245,41,15). Sum of RGB (Red+Green+Blue) = 245+41+15=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F5290F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5290F is #0AD6F0. Grayscale: #636363. Windows color (decimal): -710385 or 993781. OLE color: 993781.
HSL color Cylindrical-coordinate representation of color #F5290F: hue angle of 6.78º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5290F is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 15 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.04 |
| HSL | 6.78º | 0.92% | 0.51% | - |
| HSV(B) | 6.78º | 0.94% | 0.96% | - |
| XYZ | 38.54 | 21.03 | 2.48 | - |
| YUV | 99.03 | 80.59 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 15 | 0 | 0.83 | 0.94 | 0.04 | 6.78 | 0.92 | 0.51 |
| Hex | F5 | 29 | F | 0 | 53 | 5E | 4 | 7 | 5C | 33 |
| Octal | 365 | 51 | 17 | 0 | 123 | 136 | 4 | 7 | 134 | 63 |
| Binary | 11110101 | 101001 | 1111 | 0 | 1010011 | 1011110 | 100 | 111 | 1011100 | 110011 |
Color Harmonies of #F5290F
Complementary color
Monochromatic Colors of #F5290F
Black with #F5290F
Text Example
Text Example
White with #F5290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5290F; }
p { color: rgb(245,41,15); }
H1.HeaderClassName
{
color: #F5290F;
}
.AnyTagClassName
{
color: #F5290F;
}
</style>
background-color css
<style>
a { background-color: #F5290F; }
a { background-color: rgb(245,41,15); }
div.DivClassName
{
background-color: #F5290F;
}
.BgClassName
{
background-color: #F5290F;
}
</style>
border-color css
<style>
span { border-color: #F5290F; }
span { border-color: rgb(245,41,15); }
td.TdClassName
{
border-color: #F5290F;
}
.TagClassName
{
border-color: #F5290F;
}
</style>