Shades of Brilliant Rose #FC55AC
Tints of Brilliant Rose #FC55AC
RGB
CMYK
RGB Variations
Color information
#FC55AC (or 0xFC55AC) is known color: Brilliant Rose. HEX triplet: FC, 55 and AC. RGB value is (252,85,172). Sum of RGB (Red+Green+Blue) = 252+85+172=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC55AC is #03AA53. Grayscale: #909090. Windows color (decimal): -240212 or 11294204. OLE color: 11294204.
HSL color Cylindrical-coordinate representation of color #FC55AC: hue angle of 328.74º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC55AC is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 172 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.01 |
| HSL | 328.74º | 0.97% | 0.66% | - |
| HSV(B) | 328.74º | 0.66% | 0.99% | - |
| XYZ | 50.84 | 30.17 | 42.17 | - |
| YUV | 144.85 | 143.33 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 172 | 0 | 0.66 | 0.32 | 0.01 | 328.74 | 0.97 | 0.66 |
| Hex | FC | 55 | AC | 0 | 42 | 20 | 1 | 149 | 61 | 42 |
| Octal | 374 | 125 | 254 | 0 | 102 | 40 | 1 | 511 | 141 | 102 |
| Binary | 11111100 | 1010101 | 10101100 | 0 | 1000010 | 100000 | 1 | 101001001 | 1100001 | 1000010 |
Color Harmonies of #FC55AC
Complementary color
Monochromatic Colors of #FC55AC
Black with #FC55AC
Text Example
Text Example
White with #FC55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55AC; }
p { color: rgb(252,85,172); }
H1.HeaderClassName
{
color: #FC55AC;
}
.AnyTagClassName
{
color: #FC55AC;
}
</style>
background-color css
<style>
a { background-color: #FC55AC; }
a { background-color: rgb(252,85,172); }
div.DivClassName
{
background-color: #FC55AC;
}
.BgClassName
{
background-color: #FC55AC;
}
</style>
border-color css
<style>
span { border-color: #FC55AC; }
span { border-color: rgb(252,85,172); }
td.TdClassName
{
border-color: #FC55AC;
}
.TagClassName
{
border-color: #FC55AC;
}
</style>