Shades of Radical Red #F5486A
Tints of Radical Red #F5486A
RGB
CMYK
RGB Variations
Color information
#F5486A (or 0xF5486A) is known color: Radical Red. HEX triplet: F5, 48 and 6A. RGB value is (245,72,106). Sum of RGB (Red+Green+Blue) = 245+72+106=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5486A is #0AB795. Grayscale: #7F7F7F. Windows color (decimal): -702358 or 6965493. OLE color: 6965493.
HSL color Cylindrical-coordinate representation of color #F5486A: hue angle of 348.21º 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 #F5486A is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 106 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.04 |
| HSL | 348.21º | 0.9% | 0.62% | - |
| HSV(B) | 348.21º | 0.71% | 0.96% | - |
| XYZ | 42.58 | 25.09 | 16.23 | - |
| YUV | 127.6 | 115.81 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 106 | 0 | 0.71 | 0.57 | 0.04 | 348.21 | 0.9 | 0.62 |
| Hex | F5 | 48 | 6A | 0 | 47 | 39 | 4 | 15C | 5A | 3E |
| Octal | 365 | 110 | 152 | 0 | 107 | 71 | 4 | 534 | 132 | 76 |
| Binary | 11110101 | 1001000 | 1101010 | 0 | 1000111 | 111001 | 100 | 101011100 | 1011010 | 111110 |
Color Harmonies of #F5486A
Complementary color
Monochromatic Colors of #F5486A
Black with #F5486A
Text Example
Text Example
White with #F5486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5486A; }
p { color: rgb(245,72,106); }
H1.HeaderClassName
{
color: #F5486A;
}
.AnyTagClassName
{
color: #F5486A;
}
</style>
background-color css
<style>
a { background-color: #F5486A; }
a { background-color: rgb(245,72,106); }
div.DivClassName
{
background-color: #F5486A;
}
.BgClassName
{
background-color: #F5486A;
}
</style>
border-color css
<style>
span { border-color: #F5486A; }
span { border-color: rgb(245,72,106); }
td.TdClassName
{
border-color: #F5486A;
}
.TagClassName
{
border-color: #F5486A;
}
</style>