Shades of Persian Rose #FC2AA2
Tints of Persian Rose #FC2AA2
RGB
CMYK
RGB Variations
Color information
#FC2AA2 (or 0xFC2AA2) is known color: Persian Rose. HEX triplet: FC, 2A and A2. RGB value is (252,42,162). Sum of RGB (Red+Green+Blue) = 252+42+162=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2AA2 is #03D55D. Grayscale: #767676. Windows color (decimal): -251230 or 10627836. OLE color: 10627836.
HSL color Cylindrical-coordinate representation of color #FC2AA2: hue angle of 325.71º 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 #FC2AA2 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 162 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.01 |
| HSL | 325.71º | 0.97% | 0.58% | - |
| HSV(B) | 325.71º | 0.83% | 0.99% | - |
| XYZ | 47.49 | 24.96 | 36.5 | - |
| YUV | 118.47 | 152.57 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 162 | 0 | 0.83 | 0.36 | 0.01 | 325.71 | 0.97 | 0.58 |
| Hex | FC | 2A | A2 | 0 | 53 | 24 | 1 | 146 | 61 | 3A |
| Octal | 374 | 52 | 242 | 0 | 123 | 44 | 1 | 506 | 141 | 72 |
| Binary | 11111100 | 101010 | 10100010 | 0 | 1010011 | 100100 | 1 | 101000110 | 1100001 | 111010 |
Color Harmonies of #FC2AA2
Complementary color
Monochromatic Colors of #FC2AA2
Black with #FC2AA2
Text Example
Text Example
White with #FC2AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2AA2; }
p { color: rgb(252,42,162); }
H1.HeaderClassName
{
color: #FC2AA2;
}
.AnyTagClassName
{
color: #FC2AA2;
}
</style>
background-color css
<style>
a { background-color: #FC2AA2; }
a { background-color: rgb(252,42,162); }
div.DivClassName
{
background-color: #FC2AA2;
}
.BgClassName
{
background-color: #FC2AA2;
}
</style>
border-color css
<style>
span { border-color: #FC2AA2; }
span { border-color: rgb(252,42,162); }
td.TdClassName
{
border-color: #FC2AA2;
}
.TagClassName
{
border-color: #FC2AA2;
}
</style>