Shades of Brilliant Rose #F5579B
Tints of Brilliant Rose #F5579B
RGB
CMYK
RGB Variations
Color information
#F5579B (or 0xF5579B) is known color: Brilliant Rose. HEX triplet: F5, 57 and 9B. RGB value is (245,87,155). Sum of RGB (Red+Green+Blue) = 245+87+155=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5579B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5579B is #0AA864. Grayscale: #8D8D8D. Windows color (decimal): -698469 or 10180597. OLE color: 10180597.
HSL color Cylindrical-coordinate representation of color #F5579B: hue angle of 334.18º 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 #F5579B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 155 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.04 |
| HSL | 334.18º | 0.89% | 0.65% | - |
| HSV(B) | 334.18º | 0.64% | 0.96% | - |
| XYZ | 46.98 | 28.6 | 34.05 | - |
| YUV | 141.99 | 135.35 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 155 | 0 | 0.64 | 0.37 | 0.04 | 334.18 | 0.89 | 0.65 |
| Hex | F5 | 57 | 9B | 0 | 40 | 25 | 4 | 14E | 59 | 41 |
| Octal | 365 | 127 | 233 | 0 | 100 | 45 | 4 | 516 | 131 | 101 |
| Binary | 11110101 | 1010111 | 10011011 | 0 | 1000000 | 100101 | 100 | 101001110 | 1011001 | 1000001 |
Color Harmonies of #F5579B
Complementary color
Monochromatic Colors of #F5579B
Black with #F5579B
Text Example
Text Example
White with #F5579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5579B; }
p { color: rgb(245,87,155); }
H1.HeaderClassName
{
color: #F5579B;
}
.AnyTagClassName
{
color: #F5579B;
}
</style>
background-color css
<style>
a { background-color: #F5579B; }
a { background-color: rgb(245,87,155); }
div.DivClassName
{
background-color: #F5579B;
}
.BgClassName
{
background-color: #F5579B;
}
</style>
border-color css
<style>
span { border-color: #F5579B; }
span { border-color: rgb(245,87,155); }
td.TdClassName
{
border-color: #F5579B;
}
.TagClassName
{
border-color: #F5579B;
}
</style>