Shades of Persian Rose #FC28A0
Tints of Persian Rose #FC28A0
RGB
CMYK
RGB Variations
Color information
#FC28A0 (or 0xFC28A0) is known color: Persian Rose. HEX triplet: FC, 28 and A0. RGB value is (252,40,160). Sum of RGB (Red+Green+Blue) = 252+40+160=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC28A0 is #03D75F. Grayscale: #747474. Windows color (decimal): -251744 or 10496252. OLE color: 10496252.
HSL color Cylindrical-coordinate representation of color #FC28A0: hue angle of 326.04º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC28A0 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 160 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.01 |
| HSL | 326.04º | 0.97% | 0.57% | - |
| HSV(B) | 326.04º | 0.84% | 0.99% | - |
| XYZ | 47.25 | 24.75 | 35.54 | - |
| YUV | 117.07 | 152.24 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 160 | 0 | 0.84 | 0.37 | 0.01 | 326.04 | 0.97 | 0.57 |
| Hex | FC | 28 | A0 | 0 | 54 | 25 | 1 | 146 | 61 | 39 |
| Octal | 374 | 50 | 240 | 0 | 124 | 45 | 1 | 506 | 141 | 71 |
| Binary | 11111100 | 101000 | 10100000 | 0 | 1010100 | 100101 | 1 | 101000110 | 1100001 | 111001 |
Color Harmonies of #FC28A0
Complementary color
Monochromatic Colors of #FC28A0
Black with #FC28A0
Text Example
Text Example
White with #FC28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28A0; }
p { color: rgb(252,40,160); }
H1.HeaderClassName
{
color: #FC28A0;
}
.AnyTagClassName
{
color: #FC28A0;
}
</style>
background-color css
<style>
a { background-color: #FC28A0; }
a { background-color: rgb(252,40,160); }
div.DivClassName
{
background-color: #FC28A0;
}
.BgClassName
{
background-color: #FC28A0;
}
</style>
border-color css
<style>
span { border-color: #FC28A0; }
span { border-color: rgb(252,40,160); }
td.TdClassName
{
border-color: #FC28A0;
}
.TagClassName
{
border-color: #FC28A0;
}
</style>