Shades of Brilliant Rose #FC54A9
Tints of Brilliant Rose #FC54A9
RGB
CMYK
RGB Variations
Color information
#FC54A9 (or 0xFC54A9) is known color: Brilliant Rose. HEX triplet: FC, 54 and A9. RGB value is (252,84,169). Sum of RGB (Red+Green+Blue) = 252+84+169=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC54A9 is #03AB56. Grayscale: #8F8F8F. Windows color (decimal): -240471 or 11097340. OLE color: 11097340.
HSL color Cylindrical-coordinate representation of color #FC54A9: hue angle of 329.64º 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 #FC54A9 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 169 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.01 |
| HSL | 329.64º | 0.97% | 0.66% | - |
| HSV(B) | 329.64º | 0.67% | 0.99% | - |
| XYZ | 50.48 | 29.9 | 40.65 | - |
| YUV | 143.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 169 | 0 | 0.67 | 0.33 | 0.01 | 329.64 | 0.97 | 0.66 |
| Hex | FC | 54 | A9 | 0 | 43 | 21 | 1 | 14A | 61 | 42 |
| Octal | 374 | 124 | 251 | 0 | 103 | 41 | 1 | 512 | 141 | 102 |
| Binary | 11111100 | 1010100 | 10101001 | 0 | 1000011 | 100001 | 1 | 101001010 | 1100001 | 1000010 |
Color Harmonies of #FC54A9
Complementary color
Monochromatic Colors of #FC54A9
Black with #FC54A9
Text Example
Text Example
White with #FC54A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54A9; }
p { color: rgb(252,84,169); }
H1.HeaderClassName
{
color: #FC54A9;
}
.AnyTagClassName
{
color: #FC54A9;
}
</style>
background-color css
<style>
a { background-color: #FC54A9; }
a { background-color: rgb(252,84,169); }
div.DivClassName
{
background-color: #FC54A9;
}
.BgClassName
{
background-color: #FC54A9;
}
</style>
border-color css
<style>
span { border-color: #FC54A9; }
span { border-color: rgb(252,84,169); }
td.TdClassName
{
border-color: #FC54A9;
}
.TagClassName
{
border-color: #FC54A9;
}
</style>