Shades of Brilliant Rose #FC47A8
Tints of Brilliant Rose #FC47A8
RGB
CMYK
RGB Variations
Color information
#FC47A8 (or 0xFC47A8) is known color: Brilliant Rose. HEX triplet: FC, 47 and A8. RGB value is (252,71,168). Sum of RGB (Red+Green+Blue) = 252+71+168=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC47A8 is #03B857. Grayscale: #878787. Windows color (decimal): -243800 or 11028476. OLE color: 11028476.
HSL color Cylindrical-coordinate representation of color #FC47A8: hue angle of 327.85º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC47A8 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 168 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.01 |
| HSL | 327.85º | 0.97% | 0.63% | - |
| HSV(B) | 327.85º | 0.72% | 0.99% | - |
| XYZ | 49.47 | 28.03 | 39.85 | - |
| YUV | 136.18 | 145.97 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 168 | 0 | 0.72 | 0.33 | 0.01 | 327.85 | 0.97 | 0.63 |
| Hex | FC | 47 | A8 | 0 | 48 | 21 | 1 | 148 | 61 | 3F |
| Octal | 374 | 107 | 250 | 0 | 110 | 41 | 1 | 510 | 141 | 77 |
| Binary | 11111100 | 1000111 | 10101000 | 0 | 1001000 | 100001 | 1 | 101001000 | 1100001 | 111111 |
Color Harmonies of #FC47A8
Complementary color
Monochromatic Colors of #FC47A8
Black with #FC47A8
Text Example
Text Example
White with #FC47A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC47A8; }
p { color: rgb(252,71,168); }
H1.HeaderClassName
{
color: #FC47A8;
}
.AnyTagClassName
{
color: #FC47A8;
}
</style>
background-color css
<style>
a { background-color: #FC47A8; }
a { background-color: rgb(252,71,168); }
div.DivClassName
{
background-color: #FC47A8;
}
.BgClassName
{
background-color: #FC47A8;
}
</style>
border-color css
<style>
span { border-color: #FC47A8; }
span { border-color: rgb(252,71,168); }
td.TdClassName
{
border-color: #FC47A8;
}
.TagClassName
{
border-color: #FC47A8;
}
</style>