Shades of Brilliant Rose #FC58AC
Tints of Brilliant Rose #FC58AC
RGB
CMYK
RGB Variations
Color information
#FC58AC (or 0xFC58AC) is known color: Brilliant Rose. HEX triplet: FC, 58 and AC. RGB value is (252,88,172). Sum of RGB (Red+Green+Blue) = 252+88+172=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC58AC is #03A753. Grayscale: #929292. Windows color (decimal): -239444 or 11294972. OLE color: 11294972.
HSL color Cylindrical-coordinate representation of color #FC58AC: hue angle of 329.27º 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 #FC58AC is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 172 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.01 |
| HSL | 329.27º | 0.96% | 0.67% | - |
| HSV(B) | 329.27º | 0.65% | 0.99% | - |
| XYZ | 51.08 | 30.65 | 42.25 | - |
| YUV | 146.61 | 142.33 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 172 | 0 | 0.65 | 0.32 | 0.01 | 329.27 | 0.96 | 0.67 |
| Hex | FC | 58 | AC | 0 | 41 | 20 | 1 | 149 | 60 | 43 |
| Octal | 374 | 130 | 254 | 0 | 101 | 40 | 1 | 511 | 140 | 103 |
| Binary | 11111100 | 1011000 | 10101100 | 0 | 1000001 | 100000 | 1 | 101001001 | 1100000 | 1000011 |
Color Harmonies of #FC58AC
Complementary color
Monochromatic Colors of #FC58AC
Black with #FC58AC
Text Example
Text Example
White with #FC58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58AC; }
p { color: rgb(252,88,172); }
H1.HeaderClassName
{
color: #FC58AC;
}
.AnyTagClassName
{
color: #FC58AC;
}
</style>
background-color css
<style>
a { background-color: #FC58AC; }
a { background-color: rgb(252,88,172); }
div.DivClassName
{
background-color: #FC58AC;
}
.BgClassName
{
background-color: #FC58AC;
}
</style>
border-color css
<style>
span { border-color: #FC58AC; }
span { border-color: rgb(252,88,172); }
td.TdClassName
{
border-color: #FC58AC;
}
.TagClassName
{
border-color: #FC58AC;
}
</style>