Shades of Brilliant Rose #F5589C
Tints of Brilliant Rose #F5589C
RGB
CMYK
RGB Variations
Color information
#F5589C (or 0xF5589C) is known color: Brilliant Rose. HEX triplet: F5, 58 and 9C. RGB value is (245,88,156). Sum of RGB (Red+Green+Blue) = 245+88+156=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5589C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5589C is #0AA763. Grayscale: #8E8E8E. Windows color (decimal): -698212 or 10246389. OLE color: 10246389.
HSL color Cylindrical-coordinate representation of color #F5589C: hue angle of 334.01º 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 #F5589C is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 156 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.04 |
| HSL | 334.01º | 0.89% | 0.65% | - |
| HSV(B) | 334.01º | 0.64% | 0.96% | - |
| XYZ | 47.15 | 28.79 | 34.53 | - |
| YUV | 142.7 | 135.51 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 156 | 0 | 0.64 | 0.36 | 0.04 | 334.01 | 0.89 | 0.65 |
| Hex | F5 | 58 | 9C | 0 | 40 | 24 | 4 | 14E | 59 | 41 |
| Octal | 365 | 130 | 234 | 0 | 100 | 44 | 4 | 516 | 131 | 101 |
| Binary | 11110101 | 1011000 | 10011100 | 0 | 1000000 | 100100 | 100 | 101001110 | 1011001 | 1000001 |
Color Harmonies of #F5589C
Complementary color
Monochromatic Colors of #F5589C
Black with #F5589C
Text Example
Text Example
White with #F5589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5589C; }
p { color: rgb(245,88,156); }
H1.HeaderClassName
{
color: #F5589C;
}
.AnyTagClassName
{
color: #F5589C;
}
</style>
background-color css
<style>
a { background-color: #F5589C; }
a { background-color: rgb(245,88,156); }
div.DivClassName
{
background-color: #F5589C;
}
.BgClassName
{
background-color: #F5589C;
}
</style>
border-color css
<style>
span { border-color: #F5589C; }
span { border-color: rgb(245,88,156); }
td.TdClassName
{
border-color: #F5589C;
}
.TagClassName
{
border-color: #F5589C;
}
</style>