Shades of Persian Rose #FC2DA0
Tints of Persian Rose #FC2DA0
RGB
CMYK
RGB Variations
Color information
#FC2DA0 (or 0xFC2DA0) is known color: Persian Rose. HEX triplet: FC, 2D and A0. RGB value is (252,45,160). Sum of RGB (Red+Green+Blue) = 252+45+160=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2DA0 is #03D25F. Grayscale: #777777. Windows color (decimal): -250464 or 10497532. OLE color: 10497532.
HSL color Cylindrical-coordinate representation of color #FC2DA0: hue angle of 326.67º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2DA0 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 160 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.01 |
| HSL | 326.67º | 0.97% | 0.58% | - |
| HSV(B) | 326.67º | 0.82% | 0.99% | - |
| XYZ | 47.43 | 25.11 | 35.6 | - |
| YUV | 120 | 150.58 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 160 | 0 | 0.82 | 0.37 | 0.01 | 326.67 | 0.97 | 0.58 |
| Hex | FC | 2D | A0 | 0 | 52 | 25 | 1 | 147 | 61 | 3A |
| Octal | 374 | 55 | 240 | 0 | 122 | 45 | 1 | 507 | 141 | 72 |
| Binary | 11111100 | 101101 | 10100000 | 0 | 1010010 | 100101 | 1 | 101000111 | 1100001 | 111010 |
Color Harmonies of #FC2DA0
Complementary color
Monochromatic Colors of #FC2DA0
Black with #FC2DA0
Text Example
Text Example
White with #FC2DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DA0; }
p { color: rgb(252,45,160); }
H1.HeaderClassName
{
color: #FC2DA0;
}
.AnyTagClassName
{
color: #FC2DA0;
}
</style>
background-color css
<style>
a { background-color: #FC2DA0; }
a { background-color: rgb(252,45,160); }
div.DivClassName
{
background-color: #FC2DA0;
}
.BgClassName
{
background-color: #FC2DA0;
}
</style>
border-color css
<style>
span { border-color: #FC2DA0; }
span { border-color: rgb(252,45,160); }
td.TdClassName
{
border-color: #FC2DA0;
}
.TagClassName
{
border-color: #FC2DA0;
}
</style>