Shades of Brilliant Rose #FC54A7
Tints of Brilliant Rose #FC54A7
RGB
CMYK
RGB Variations
Color information
#FC54A7 (or 0xFC54A7) is known color: Brilliant Rose. HEX triplet: FC, 54 and A7. RGB value is (252,84,167). Sum of RGB (Red+Green+Blue) = 252+84+167=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC54A7 is #03AB58. Grayscale: #8F8F8F. Windows color (decimal): -240473 or 10966268. OLE color: 10966268.
HSL color Cylindrical-coordinate representation of color #FC54A7: hue angle of 330.36º 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 #FC54A7 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 167 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.01 |
| HSL | 330.36º | 0.97% | 0.66% | - |
| HSV(B) | 330.36º | 0.67% | 0.99% | - |
| XYZ | 50.29 | 29.83 | 39.67 | - |
| YUV | 143.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 167 | 0 | 0.67 | 0.34 | 0.01 | 330.36 | 0.97 | 0.66 |
| Hex | FC | 54 | A7 | 0 | 43 | 22 | 1 | 14A | 61 | 42 |
| Octal | 374 | 124 | 247 | 0 | 103 | 42 | 1 | 512 | 141 | 102 |
| Binary | 11111100 | 1010100 | 10100111 | 0 | 1000011 | 100010 | 1 | 101001010 | 1100001 | 1000010 |
Color Harmonies of #FC54A7
Complementary color
Monochromatic Colors of #FC54A7
Black with #FC54A7
Text Example
Text Example
White with #FC54A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54A7; }
p { color: rgb(252,84,167); }
H1.HeaderClassName
{
color: #FC54A7;
}
.AnyTagClassName
{
color: #FC54A7;
}
</style>
background-color css
<style>
a { background-color: #FC54A7; }
a { background-color: rgb(252,84,167); }
div.DivClassName
{
background-color: #FC54A7;
}
.BgClassName
{
background-color: #FC54A7;
}
</style>
border-color css
<style>
span { border-color: #FC54A7; }
span { border-color: rgb(252,84,167); }
td.TdClassName
{
border-color: #FC54A7;
}
.TagClassName
{
border-color: #FC54A7;
}
</style>