Shades of Persian Rose #FC1BA0
Tints of Persian Rose #FC1BA0
RGB
CMYK
RGB Variations
Color information
#FC1BA0 (or 0xFC1BA0) is known color: Persian Rose. HEX triplet: FC, 1B and A0. RGB value is (252,27,160). Sum of RGB (Red+Green+Blue) = 252+27+160=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1BA0 is #03E45F. Grayscale: #6D6D6D. Windows color (decimal): -255072 or 10492924. OLE color: 10492924.
HSL color Cylindrical-coordinate representation of color #FC1BA0: hue angle of 324.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1BA0 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 160 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.01 |
| HSL | 324.53º | 0.97% | 0.55% | - |
| HSV(B) | 324.53º | 0.89% | 0.99% | - |
| XYZ | 46.88 | 24.02 | 35.42 | - |
| YUV | 109.44 | 156.54 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 160 | 0 | 0.89 | 0.37 | 0.01 | 324.53 | 0.97 | 0.55 |
| Hex | FC | 1B | A0 | 0 | 59 | 25 | 1 | 145 | 61 | 37 |
| Octal | 374 | 33 | 240 | 0 | 131 | 45 | 1 | 505 | 141 | 67 |
| Binary | 11111100 | 11011 | 10100000 | 0 | 1011001 | 100101 | 1 | 101000101 | 1100001 | 110111 |
Color Harmonies of #FC1BA0
Complementary color
Monochromatic Colors of #FC1BA0
Black with #FC1BA0
Text Example
Text Example
White with #FC1BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BA0; }
p { color: rgb(252,27,160); }
H1.HeaderClassName
{
color: #FC1BA0;
}
.AnyTagClassName
{
color: #FC1BA0;
}
</style>
background-color css
<style>
a { background-color: #FC1BA0; }
a { background-color: rgb(252,27,160); }
div.DivClassName
{
background-color: #FC1BA0;
}
.BgClassName
{
background-color: #FC1BA0;
}
</style>
border-color css
<style>
span { border-color: #FC1BA0; }
span { border-color: rgb(252,27,160); }
td.TdClassName
{
border-color: #FC1BA0;
}
.TagClassName
{
border-color: #FC1BA0;
}
</style>