Shades of Persian Rose #FC3AAB
Tints of Persian Rose #FC3AAB
RGB
CMYK
RGB Variations
Color information
#FC3AAB (or 0xFC3AAB) is known color: Persian Rose. HEX triplet: FC, 3A and AB. RGB value is (252,58,171). Sum of RGB (Red+Green+Blue) = 252+58+171=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3AAB is #03C554. Grayscale: #808080. Windows color (decimal): -247125 or 11221756. OLE color: 11221756.
HSL color Cylindrical-coordinate representation of color #FC3AAB: hue angle of 325.05º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3AAB is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 171 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.01 |
| HSL | 325.05º | 0.97% | 0.61% | - |
| HSV(B) | 325.05º | 0.77% | 0.99% | - |
| XYZ | 49.01 | 26.66 | 41.09 | - |
| YUV | 128.89 | 151.77 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 171 | 0 | 0.77 | 0.32 | 0.01 | 325.05 | 0.97 | 0.61 |
| Hex | FC | 3A | AB | 0 | 4D | 20 | 1 | 145 | 61 | 3D |
| Octal | 374 | 72 | 253 | 0 | 115 | 40 | 1 | 505 | 141 | 75 |
| Binary | 11111100 | 111010 | 10101011 | 0 | 1001101 | 100000 | 1 | 101000101 | 1100001 | 111101 |
Color Harmonies of #FC3AAB
Complementary color
Monochromatic Colors of #FC3AAB
Black with #FC3AAB
Text Example
Text Example
White with #FC3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3AAB; }
p { color: rgb(252,58,171); }
H1.HeaderClassName
{
color: #FC3AAB;
}
.AnyTagClassName
{
color: #FC3AAB;
}
</style>
background-color css
<style>
a { background-color: #FC3AAB; }
a { background-color: rgb(252,58,171); }
div.DivClassName
{
background-color: #FC3AAB;
}
.BgClassName
{
background-color: #FC3AAB;
}
</style>
border-color css
<style>
span { border-color: #FC3AAB; }
span { border-color: rgb(252,58,171); }
td.TdClassName
{
border-color: #FC3AAB;
}
.TagClassName
{
border-color: #FC3AAB;
}
</style>