Shades of Brilliant Rose #FC5DAC
Tints of Brilliant Rose #FC5DAC
RGB
CMYK
RGB Variations
Color information
#FC5DAC (or 0xFC5DAC) is known color: Brilliant Rose. HEX triplet: FC, 5D and AC. RGB value is (252,93,172). Sum of RGB (Red+Green+Blue) = 252+93+172=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5DAC is #03A253. Grayscale: #959595. Windows color (decimal): -238164 or 11296252. OLE color: 11296252.
HSL color Cylindrical-coordinate representation of color #FC5DAC: hue angle of 330.19º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5DAC is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 172 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.01 |
| HSL | 330.19º | 0.96% | 0.68% | - |
| HSV(B) | 330.19º | 0.63% | 0.99% | - |
| XYZ | 51.51 | 31.5 | 42.4 | - |
| YUV | 149.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 172 | 0 | 0.63 | 0.32 | 0.01 | 330.19 | 0.96 | 0.68 |
| Hex | FC | 5D | AC | 0 | 3F | 20 | 1 | 14A | 60 | 44 |
| Octal | 374 | 135 | 254 | 0 | 77 | 40 | 1 | 512 | 140 | 104 |
| Binary | 11111100 | 1011101 | 10101100 | 0 | 111111 | 100000 | 1 | 101001010 | 1100000 | 1000100 |
Color Harmonies of #FC5DAC
Complementary color
Monochromatic Colors of #FC5DAC
Black with #FC5DAC
Text Example
Text Example
White with #FC5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5DAC; }
p { color: rgb(252,93,172); }
H1.HeaderClassName
{
color: #FC5DAC;
}
.AnyTagClassName
{
color: #FC5DAC;
}
</style>
background-color css
<style>
a { background-color: #FC5DAC; }
a { background-color: rgb(252,93,172); }
div.DivClassName
{
background-color: #FC5DAC;
}
.BgClassName
{
background-color: #FC5DAC;
}
</style>
border-color css
<style>
span { border-color: #FC5DAC; }
span { border-color: rgb(252,93,172); }
td.TdClassName
{
border-color: #FC5DAC;
}
.TagClassName
{
border-color: #FC5DAC;
}
</style>