Shades of Brilliant Rose #FC589A
Tints of Brilliant Rose #FC589A
RGB
CMYK
RGB Variations
Color information
#FC589A (or 0xFC589A) is known color: Brilliant Rose. HEX triplet: FC, 58 and 9A. RGB value is (252,88,154). Sum of RGB (Red+Green+Blue) = 252+88+154=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC589A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC589A is #03A765. Grayscale: #909090. Windows color (decimal): -239462 or 10115324. OLE color: 10115324.
HSL color Cylindrical-coordinate representation of color #FC589A: hue angle of 335.85º 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 #FC589A is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 154 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.01 |
| HSL | 335.85º | 0.96% | 0.67% | - |
| HSV(B) | 335.85º | 0.65% | 0.99% | - |
| XYZ | 49.47 | 30.01 | 33.76 | - |
| YUV | 144.56 | 133.33 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 154 | 0 | 0.65 | 0.39 | 0.01 | 335.85 | 0.96 | 0.67 |
| Hex | FC | 58 | 9A | 0 | 41 | 27 | 1 | 150 | 60 | 43 |
| Octal | 374 | 130 | 232 | 0 | 101 | 47 | 1 | 520 | 140 | 103 |
| Binary | 11111100 | 1011000 | 10011010 | 0 | 1000001 | 100111 | 1 | 101010000 | 1100000 | 1000011 |
Color Harmonies of #FC589A
Complementary color
Monochromatic Colors of #FC589A
Black with #FC589A
Text Example
Text Example
White with #FC589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC589A; }
p { color: rgb(252,88,154); }
H1.HeaderClassName
{
color: #FC589A;
}
.AnyTagClassName
{
color: #FC589A;
}
</style>
background-color css
<style>
a { background-color: #FC589A; }
a { background-color: rgb(252,88,154); }
div.DivClassName
{
background-color: #FC589A;
}
.BgClassName
{
background-color: #FC589A;
}
</style>
border-color css
<style>
span { border-color: #FC589A; }
span { border-color: rgb(252,88,154); }
td.TdClassName
{
border-color: #FC589A;
}
.TagClassName
{
border-color: #FC589A;
}
</style>