Shades of Brilliant Rose #FC589B
Tints of Brilliant Rose #FC589B
RGB
CMYK
RGB Variations
Color information
#FC589B (or 0xFC589B) is known color: Brilliant Rose. HEX triplet: FC, 58 and 9B. RGB value is (252,88,155). Sum of RGB (Red+Green+Blue) = 252+88+155=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC589B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC589B is #03A764. Grayscale: #909090. Windows color (decimal): -239461 or 10180860. OLE color: 10180860.
HSL color Cylindrical-coordinate representation of color #FC589B: hue angle of 335.49º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC589B is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 155 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.01 |
| HSL | 335.49º | 0.96% | 0.67% | - |
| HSV(B) | 335.49º | 0.65% | 0.99% | - |
| XYZ | 49.55 | 30.04 | 34.2 | - |
| YUV | 144.67 | 133.83 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 155 | 0 | 0.65 | 0.38 | 0.01 | 335.49 | 0.96 | 0.67 |
| Hex | FC | 58 | 9B | 0 | 41 | 26 | 1 | 14F | 60 | 43 |
| Octal | 374 | 130 | 233 | 0 | 101 | 46 | 1 | 517 | 140 | 103 |
| Binary | 11111100 | 1011000 | 10011011 | 0 | 1000001 | 100110 | 1 | 101001111 | 1100000 | 1000011 |
Color Harmonies of #FC589B
Complementary color
Monochromatic Colors of #FC589B
Black with #FC589B
Text Example
Text Example
White with #FC589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC589B; }
p { color: rgb(252,88,155); }
H1.HeaderClassName
{
color: #FC589B;
}
.AnyTagClassName
{
color: #FC589B;
}
</style>
background-color css
<style>
a { background-color: #FC589B; }
a { background-color: rgb(252,88,155); }
div.DivClassName
{
background-color: #FC589B;
}
.BgClassName
{
background-color: #FC589B;
}
</style>
border-color css
<style>
span { border-color: #FC589B; }
span { border-color: rgb(252,88,155); }
td.TdClassName
{
border-color: #FC589B;
}
.TagClassName
{
border-color: #FC589B;
}
</style>