Shades of Brilliant Rose #FC54AB
Tints of Brilliant Rose #FC54AB
RGB
CMYK
RGB Variations
Color information
#FC54AB (or 0xFC54AB) is known color: Brilliant Rose. HEX triplet: FC, 54 and AB. RGB value is (252,84,171). Sum of RGB (Red+Green+Blue) = 252+84+171=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC54AB is #03AB54. Grayscale: #8F8F8F. Windows color (decimal): -240469 or 11228412. OLE color: 11228412.
HSL color Cylindrical-coordinate representation of color #FC54AB: hue angle of 328.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC54AB is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 171 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.01 |
| HSL | 328.93º | 0.97% | 0.66% | - |
| HSV(B) | 328.93º | 0.67% | 0.99% | - |
| XYZ | 50.67 | 29.98 | 41.64 | - |
| YUV | 144.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 171 | 0 | 0.67 | 0.32 | 0.01 | 328.93 | 0.97 | 0.66 |
| Hex | FC | 54 | AB | 0 | 43 | 20 | 1 | 149 | 61 | 42 |
| Octal | 374 | 124 | 253 | 0 | 103 | 40 | 1 | 511 | 141 | 102 |
| Binary | 11111100 | 1010100 | 10101011 | 0 | 1000011 | 100000 | 1 | 101001001 | 1100001 | 1000010 |
Color Harmonies of #FC54AB
Complementary color
Monochromatic Colors of #FC54AB
Black with #FC54AB
Text Example
Text Example
White with #FC54AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54AB; }
p { color: rgb(252,84,171); }
H1.HeaderClassName
{
color: #FC54AB;
}
.AnyTagClassName
{
color: #FC54AB;
}
</style>
background-color css
<style>
a { background-color: #FC54AB; }
a { background-color: rgb(252,84,171); }
div.DivClassName
{
background-color: #FC54AB;
}
.BgClassName
{
background-color: #FC54AB;
}
</style>
border-color css
<style>
span { border-color: #FC54AB; }
span { border-color: rgb(252,84,171); }
td.TdClassName
{
border-color: #FC54AB;
}
.TagClassName
{
border-color: #FC54AB;
}
</style>