Shades of Scarlet #F5290B
Tints of Scarlet #F5290B
RGB
CMYK
RGB Variations
Color information
#F5290B (or 0xF5290B) is known color: Scarlet. HEX triplet: F5, 29 and 0B. RGB value is (245,41,11). Sum of RGB (Red+Green+Blue) = 245+41+11=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F5290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5290B is #0AD6F4. Grayscale: #626262. Windows color (decimal): -710389 or 731637. OLE color: 731637.
HSL color Cylindrical-coordinate representation of color #F5290B: hue angle of 7.69º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5290B is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 11 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.04 |
| HSL | 7.69º | 0.92% | 0.5% | - |
| HSV(B) | 7.69º | 0.96% | 0.96% | - |
| XYZ | 38.51 | 21.02 | 2.34 | - |
| YUV | 98.58 | 78.59 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 11 | 0 | 0.83 | 0.96 | 0.04 | 7.69 | 0.92 | 0.5 |
| Hex | F5 | 29 | B | 0 | 53 | 60 | 4 | 8 | 5C | 32 |
| Octal | 365 | 51 | 13 | 0 | 123 | 140 | 4 | 10 | 134 | 62 |
| Binary | 11110101 | 101001 | 1011 | 0 | 1010011 | 1100000 | 100 | 1000 | 1011100 | 110010 |
Color Harmonies of #F5290B
Complementary color
Monochromatic Colors of #F5290B
Black with #F5290B
Text Example
Text Example
White with #F5290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5290B; }
p { color: rgb(245,41,11); }
H1.HeaderClassName
{
color: #F5290B;
}
.AnyTagClassName
{
color: #F5290B;
}
</style>
background-color css
<style>
a { background-color: #F5290B; }
a { background-color: rgb(245,41,11); }
div.DivClassName
{
background-color: #F5290B;
}
.BgClassName
{
background-color: #F5290B;
}
</style>
border-color css
<style>
span { border-color: #F5290B; }
span { border-color: rgb(245,41,11); }
td.TdClassName
{
border-color: #F5290B;
}
.TagClassName
{
border-color: #F5290B;
}
</style>