Shades of Persian Rose #FC2BA1
Tints of Persian Rose #FC2BA1
RGB
CMYK
RGB Variations
Color information
#FC2BA1 (or 0xFC2BA1) is known color: Persian Rose. HEX triplet: FC, 2B and A1. RGB value is (252,43,161). Sum of RGB (Red+Green+Blue) = 252+43+161=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2BA1 is #03D45E. Grayscale: #767676. Windows color (decimal): -250975 or 10562556. OLE color: 10562556.
HSL color Cylindrical-coordinate representation of color #FC2BA1: hue angle of 326.12º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2BA1 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 161 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.01 |
| HSL | 326.12º | 0.97% | 0.58% | - |
| HSV(B) | 326.12º | 0.83% | 0.99% | - |
| XYZ | 47.44 | 25 | 36.04 | - |
| YUV | 118.94 | 151.74 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 161 | 0 | 0.83 | 0.36 | 0.01 | 326.12 | 0.97 | 0.58 |
| Hex | FC | 2B | A1 | 0 | 53 | 24 | 1 | 146 | 61 | 3A |
| Octal | 374 | 53 | 241 | 0 | 123 | 44 | 1 | 506 | 141 | 72 |
| Binary | 11111100 | 101011 | 10100001 | 0 | 1010011 | 100100 | 1 | 101000110 | 1100001 | 111010 |
Color Harmonies of #FC2BA1
Complementary color
Monochromatic Colors of #FC2BA1
Black with #FC2BA1
Text Example
Text Example
White with #FC2BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2BA1; }
p { color: rgb(252,43,161); }
H1.HeaderClassName
{
color: #FC2BA1;
}
.AnyTagClassName
{
color: #FC2BA1;
}
</style>
background-color css
<style>
a { background-color: #FC2BA1; }
a { background-color: rgb(252,43,161); }
div.DivClassName
{
background-color: #FC2BA1;
}
.BgClassName
{
background-color: #FC2BA1;
}
</style>
border-color css
<style>
span { border-color: #FC2BA1; }
span { border-color: rgb(252,43,161); }
td.TdClassName
{
border-color: #FC2BA1;
}
.TagClassName
{
border-color: #FC2BA1;
}
</style>