Shades of Persian Rose #FC2DA1
Tints of Persian Rose #FC2DA1
RGB
CMYK
RGB Variations
Color information
#FC2DA1 (or 0xFC2DA1) is known color: Persian Rose. HEX triplet: FC, 2D and A1. RGB value is (252,45,161). Sum of RGB (Red+Green+Blue) = 252+45+161=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2DA1 is #03D25E. Grayscale: #777777. Windows color (decimal): -250463 or 10563068. OLE color: 10563068.
HSL color Cylindrical-coordinate representation of color #FC2DA1: hue angle of 326.38º 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 #FC2DA1 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 161 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.01 |
| HSL | 326.38º | 0.97% | 0.58% | - |
| HSV(B) | 326.38º | 0.82% | 0.99% | - |
| XYZ | 47.52 | 25.15 | 36.07 | - |
| YUV | 120.12 | 151.08 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 161 | 0 | 0.82 | 0.36 | 0.01 | 326.38 | 0.97 | 0.58 |
| Hex | FC | 2D | A1 | 0 | 52 | 24 | 1 | 146 | 61 | 3A |
| Octal | 374 | 55 | 241 | 0 | 122 | 44 | 1 | 506 | 141 | 72 |
| Binary | 11111100 | 101101 | 10100001 | 0 | 1010010 | 100100 | 1 | 101000110 | 1100001 | 111010 |
Color Harmonies of #FC2DA1
Complementary color
Monochromatic Colors of #FC2DA1
Black with #FC2DA1
Text Example
Text Example
White with #FC2DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DA1; }
p { color: rgb(252,45,161); }
H1.HeaderClassName
{
color: #FC2DA1;
}
.AnyTagClassName
{
color: #FC2DA1;
}
</style>
background-color css
<style>
a { background-color: #FC2DA1; }
a { background-color: rgb(252,45,161); }
div.DivClassName
{
background-color: #FC2DA1;
}
.BgClassName
{
background-color: #FC2DA1;
}
</style>
border-color css
<style>
span { border-color: #FC2DA1; }
span { border-color: rgb(252,45,161); }
td.TdClassName
{
border-color: #FC2DA1;
}
.TagClassName
{
border-color: #FC2DA1;
}
</style>