Shades of Radical Red #F5485B
Tints of Radical Red #F5485B
RGB
CMYK
RGB Variations
Color information
#F5485B (or 0xF5485B) is known color: Radical Red. HEX triplet: F5, 48 and 5B. RGB value is (245,72,91). Sum of RGB (Red+Green+Blue) = 245+72+91=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5485B is #0AB7A4. Grayscale: #7D7D7D. Windows color (decimal): -702373 or 5982453. OLE color: 5982453.
HSL color Cylindrical-coordinate representation of color #F5485B: hue angle of 353.41º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5485B is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 91 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.04 |
| HSL | 353.41º | 0.9% | 0.62% | - |
| HSV(B) | 353.41º | 0.71% | 0.96% | - |
| XYZ | 41.86 | 24.8 | 12.48 | - |
| YUV | 125.89 | 108.31 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 91 | 0 | 0.71 | 0.63 | 0.04 | 353.41 | 0.9 | 0.62 |
| Hex | F5 | 48 | 5B | 0 | 47 | 3F | 4 | 161 | 5A | 3E |
| Octal | 365 | 110 | 133 | 0 | 107 | 77 | 4 | 541 | 132 | 76 |
| Binary | 11110101 | 1001000 | 1011011 | 0 | 1000111 | 111111 | 100 | 101100001 | 1011010 | 111110 |
Color Harmonies of #F5485B
Complementary color
Monochromatic Colors of #F5485B
Black with #F5485B
Text Example
Text Example
White with #F5485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5485B; }
p { color: rgb(245,72,91); }
H1.HeaderClassName
{
color: #F5485B;
}
.AnyTagClassName
{
color: #F5485B;
}
</style>
background-color css
<style>
a { background-color: #F5485B; }
a { background-color: rgb(245,72,91); }
div.DivClassName
{
background-color: #F5485B;
}
.BgClassName
{
background-color: #F5485B;
}
</style>
border-color css
<style>
span { border-color: #F5485B; }
span { border-color: rgb(245,72,91); }
td.TdClassName
{
border-color: #F5485B;
}
.TagClassName
{
border-color: #F5485B;
}
</style>