Shades of Brilliant Rose #F5599B
Tints of Brilliant Rose #F5599B
RGB
CMYK
RGB Variations
Color information
#F5599B (or 0xF5599B) is known color: Brilliant Rose. HEX triplet: F5, 59 and 9B. RGB value is (245,89,155). Sum of RGB (Red+Green+Blue) = 245+89+155=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5599B is #0AA664. Grayscale: #8F8F8F. Windows color (decimal): -697957 or 10181109. OLE color: 10181109.
HSL color Cylindrical-coordinate representation of color #F5599B: hue angle of 334.62º 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 #F5599B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 155 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.04 |
| HSL | 334.62º | 0.89% | 0.65% | - |
| HSV(B) | 334.62º | 0.64% | 0.96% | - |
| XYZ | 47.14 | 28.92 | 34.11 | - |
| YUV | 143.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 155 | 0 | 0.64 | 0.37 | 0.04 | 334.62 | 0.89 | 0.65 |
| Hex | F5 | 59 | 9B | 0 | 40 | 25 | 4 | 14F | 59 | 41 |
| Octal | 365 | 131 | 233 | 0 | 100 | 45 | 4 | 517 | 131 | 101 |
| Binary | 11110101 | 1011001 | 10011011 | 0 | 1000000 | 100101 | 100 | 101001111 | 1011001 | 1000001 |
Color Harmonies of #F5599B
Complementary color
Monochromatic Colors of #F5599B
Black with #F5599B
Text Example
Text Example
White with #F5599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5599B; }
p { color: rgb(245,89,155); }
H1.HeaderClassName
{
color: #F5599B;
}
.AnyTagClassName
{
color: #F5599B;
}
</style>
background-color css
<style>
a { background-color: #F5599B; }
a { background-color: rgb(245,89,155); }
div.DivClassName
{
background-color: #F5599B;
}
.BgClassName
{
background-color: #F5599B;
}
</style>
border-color css
<style>
span { border-color: #F5599B; }
span { border-color: rgb(245,89,155); }
td.TdClassName
{
border-color: #F5599B;
}
.TagClassName
{
border-color: #F5599B;
}
</style>