Shades of Brilliant Rose #FC51AA
Tints of Brilliant Rose #FC51AA
RGB
CMYK
RGB Variations
Color information
#FC51AA (or 0xFC51AA) is known color: Brilliant Rose. HEX triplet: FC, 51 and AA. RGB value is (252,81,170). Sum of RGB (Red+Green+Blue) = 252+81+170=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC51AA is #03AE55. Grayscale: #8E8E8E. Windows color (decimal): -241238 or 11162108. OLE color: 11162108.
HSL color Cylindrical-coordinate representation of color #FC51AA: hue angle of 328.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51AA is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 170 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.01 |
| HSL | 328.77º | 0.97% | 0.65% | - |
| HSV(B) | 328.77º | 0.68% | 0.99% | - |
| XYZ | 50.34 | 29.48 | 41.07 | - |
| YUV | 142.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 170 | 0 | 0.68 | 0.33 | 0.01 | 328.77 | 0.97 | 0.65 |
| Hex | FC | 51 | AA | 0 | 44 | 21 | 1 | 149 | 61 | 41 |
| Octal | 374 | 121 | 252 | 0 | 104 | 41 | 1 | 511 | 141 | 101 |
| Binary | 11111100 | 1010001 | 10101010 | 0 | 1000100 | 100001 | 1 | 101001001 | 1100001 | 1000001 |
Color Harmonies of #FC51AA
Complementary color
Monochromatic Colors of #FC51AA
Black with #FC51AA
Text Example
Text Example
White with #FC51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51AA; }
p { color: rgb(252,81,170); }
H1.HeaderClassName
{
color: #FC51AA;
}
.AnyTagClassName
{
color: #FC51AA;
}
</style>
background-color css
<style>
a { background-color: #FC51AA; }
a { background-color: rgb(252,81,170); }
div.DivClassName
{
background-color: #FC51AA;
}
.BgClassName
{
background-color: #FC51AA;
}
</style>
border-color css
<style>
span { border-color: #FC51AA; }
span { border-color: rgb(252,81,170); }
td.TdClassName
{
border-color: #FC51AA;
}
.TagClassName
{
border-color: #FC51AA;
}
</style>