Shades of Brilliant Rose #F5579C
Tints of Brilliant Rose #F5579C
RGB
CMYK
RGB Variations
Color information
#F5579C (or 0xF5579C) is known color: Brilliant Rose. HEX triplet: F5, 57 and 9C. RGB value is (245,87,156). Sum of RGB (Red+Green+Blue) = 245+87+156=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5579C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5579C is #0AA863. Grayscale: #8D8D8D. Windows color (decimal): -698468 or 10246133. OLE color: 10246133.
HSL color Cylindrical-coordinate representation of color #F5579C: hue angle of 333.8º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5579C is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 156 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.04 |
| HSL | 333.8º | 0.89% | 0.65% | - |
| HSV(B) | 333.8º | 0.64% | 0.96% | - |
| XYZ | 47.07 | 28.63 | 34.5 | - |
| YUV | 142.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 156 | 0 | 0.64 | 0.36 | 0.04 | 333.8 | 0.89 | 0.65 |
| Hex | F5 | 57 | 9C | 0 | 40 | 24 | 4 | 14E | 59 | 41 |
| Octal | 365 | 127 | 234 | 0 | 100 | 44 | 4 | 516 | 131 | 101 |
| Binary | 11110101 | 1010111 | 10011100 | 0 | 1000000 | 100100 | 100 | 101001110 | 1011001 | 1000001 |
Color Harmonies of #F5579C
Complementary color
Monochromatic Colors of #F5579C
Black with #F5579C
Text Example
Text Example
White with #F5579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5579C; }
p { color: rgb(245,87,156); }
H1.HeaderClassName
{
color: #F5579C;
}
.AnyTagClassName
{
color: #F5579C;
}
</style>
background-color css
<style>
a { background-color: #F5579C; }
a { background-color: rgb(245,87,156); }
div.DivClassName
{
background-color: #F5579C;
}
.BgClassName
{
background-color: #F5579C;
}
</style>
border-color css
<style>
span { border-color: #F5579C; }
span { border-color: rgb(245,87,156); }
td.TdClassName
{
border-color: #F5579C;
}
.TagClassName
{
border-color: #F5579C;
}
</style>