Shades of Brilliant Rose #FC53A0
Tints of Brilliant Rose #FC53A0
RGB
CMYK
RGB Variations
Color information
#FC53A0 (or 0xFC53A0) is known color: Brilliant Rose. HEX triplet: FC, 53 and A0. RGB value is (252,83,160). Sum of RGB (Red+Green+Blue) = 252+83+160=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC53A0 is #03AC5F. Grayscale: #8E8E8E. Windows color (decimal): -240736 or 10507260. OLE color: 10507260.
HSL color Cylindrical-coordinate representation of color #FC53A0: hue angle of 332.66º 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 #FC53A0 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 160 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.01 |
| HSL | 332.66º | 0.97% | 0.66% | - |
| HSV(B) | 332.66º | 0.67% | 0.99% | - |
| XYZ | 49.58 | 29.42 | 36.32 | - |
| YUV | 142.31 | 137.99 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 160 | 0 | 0.67 | 0.37 | 0.01 | 332.66 | 0.97 | 0.66 |
| Hex | FC | 53 | A0 | 0 | 43 | 25 | 1 | 14D | 61 | 42 |
| Octal | 374 | 123 | 240 | 0 | 103 | 45 | 1 | 515 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10100000 | 0 | 1000011 | 100101 | 1 | 101001101 | 1100001 | 1000010 |
Color Harmonies of #FC53A0
Complementary color
Monochromatic Colors of #FC53A0
Black with #FC53A0
Text Example
Text Example
White with #FC53A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53A0; }
p { color: rgb(252,83,160); }
H1.HeaderClassName
{
color: #FC53A0;
}
.AnyTagClassName
{
color: #FC53A0;
}
</style>
background-color css
<style>
a { background-color: #FC53A0; }
a { background-color: rgb(252,83,160); }
div.DivClassName
{
background-color: #FC53A0;
}
.BgClassName
{
background-color: #FC53A0;
}
</style>
border-color css
<style>
span { border-color: #FC53A0; }
span { border-color: rgb(252,83,160); }
td.TdClassName
{
border-color: #FC53A0;
}
.TagClassName
{
border-color: #FC53A0;
}
</style>