Shades of Brilliant Rose #FC589C
Tints of Brilliant Rose #FC589C
RGB
CMYK
RGB Variations
Color information
#FC589C (or 0xFC589C) is known color: Brilliant Rose. HEX triplet: FC, 58 and 9C. RGB value is (252,88,156). Sum of RGB (Red+Green+Blue) = 252+88+156=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC589C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC589C is #03A763. Grayscale: #909090. Windows color (decimal): -239460 or 10246396. OLE color: 10246396.
HSL color Cylindrical-coordinate representation of color #FC589C: hue angle of 335.12º 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 #FC589C is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 156 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.01 |
| HSL | 335.12º | 0.96% | 0.67% | - |
| HSV(B) | 335.12º | 0.65% | 0.99% | - |
| XYZ | 49.64 | 30.08 | 34.64 | - |
| YUV | 144.79 | 134.33 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 156 | 0 | 0.65 | 0.38 | 0.01 | 335.12 | 0.96 | 0.67 |
| Hex | FC | 58 | 9C | 0 | 41 | 26 | 1 | 14F | 60 | 43 |
| Octal | 374 | 130 | 234 | 0 | 101 | 46 | 1 | 517 | 140 | 103 |
| Binary | 11111100 | 1011000 | 10011100 | 0 | 1000001 | 100110 | 1 | 101001111 | 1100000 | 1000011 |
Color Harmonies of #FC589C
Complementary color
Monochromatic Colors of #FC589C
Black with #FC589C
Text Example
Text Example
White with #FC589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC589C; }
p { color: rgb(252,88,156); }
H1.HeaderClassName
{
color: #FC589C;
}
.AnyTagClassName
{
color: #FC589C;
}
</style>
background-color css
<style>
a { background-color: #FC589C; }
a { background-color: rgb(252,88,156); }
div.DivClassName
{
background-color: #FC589C;
}
.BgClassName
{
background-color: #FC589C;
}
</style>
border-color css
<style>
span { border-color: #FC589C; }
span { border-color: rgb(252,88,156); }
td.TdClassName
{
border-color: #FC589C;
}
.TagClassName
{
border-color: #FC589C;
}
</style>