Shades of Brilliant Rose #FC54A6
Tints of Brilliant Rose #FC54A6
RGB
CMYK
RGB Variations
Color information
#FC54A6 (or 0xFC54A6) is known color: Brilliant Rose. HEX triplet: FC, 54 and A6. RGB value is (252,84,166). Sum of RGB (Red+Green+Blue) = 252+84+166=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC54A6 is #03AB59. Grayscale: #8F8F8F. Windows color (decimal): -240474 or 10900732. OLE color: 10900732.
HSL color Cylindrical-coordinate representation of color #FC54A6: hue angle of 330.71º 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 #FC54A6 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 166 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.01 |
| HSL | 330.71º | 0.97% | 0.66% | - |
| HSV(B) | 330.71º | 0.67% | 0.99% | - |
| XYZ | 50.2 | 29.79 | 39.18 | - |
| YUV | 143.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 166 | 0 | 0.67 | 0.34 | 0.01 | 330.71 | 0.97 | 0.66 |
| Hex | FC | 54 | A6 | 0 | 43 | 22 | 1 | 14B | 61 | 42 |
| Octal | 374 | 124 | 246 | 0 | 103 | 42 | 1 | 513 | 141 | 102 |
| Binary | 11111100 | 1010100 | 10100110 | 0 | 1000011 | 100010 | 1 | 101001011 | 1100001 | 1000010 |
Color Harmonies of #FC54A6
Complementary color
Monochromatic Colors of #FC54A6
Black with #FC54A6
Text Example
Text Example
White with #FC54A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54A6; }
p { color: rgb(252,84,166); }
H1.HeaderClassName
{
color: #FC54A6;
}
.AnyTagClassName
{
color: #FC54A6;
}
</style>
background-color css
<style>
a { background-color: #FC54A6; }
a { background-color: rgb(252,84,166); }
div.DivClassName
{
background-color: #FC54A6;
}
.BgClassName
{
background-color: #FC54A6;
}
</style>
border-color css
<style>
span { border-color: #FC54A6; }
span { border-color: rgb(252,84,166); }
td.TdClassName
{
border-color: #FC54A6;
}
.TagClassName
{
border-color: #FC54A6;
}
</style>