Shades of Persian Rose #FC27A3
Tints of Persian Rose #FC27A3
RGB
CMYK
RGB Variations
Color information
#FC27A3 (or 0xFC27A3) is known color: Persian Rose. HEX triplet: FC, 27 and A3. RGB value is (252,39,163). Sum of RGB (Red+Green+Blue) = 252+39+163=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC27A3 is #03D85C. Grayscale: #747474. Windows color (decimal): -251997 or 10692604. OLE color: 10692604.
HSL color Cylindrical-coordinate representation of color #FC27A3: hue angle of 325.07º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC27A3 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 163 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.01 |
| HSL | 325.07º | 0.97% | 0.57% | - |
| HSV(B) | 325.07º | 0.85% | 0.99% | - |
| XYZ | 47.48 | 24.79 | 36.93 | - |
| YUV | 116.82 | 154.07 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 163 | 0 | 0.85 | 0.35 | 0.01 | 325.07 | 0.97 | 0.57 |
| Hex | FC | 27 | A3 | 0 | 55 | 23 | 1 | 145 | 61 | 39 |
| Octal | 374 | 47 | 243 | 0 | 125 | 43 | 1 | 505 | 141 | 71 |
| Binary | 11111100 | 100111 | 10100011 | 0 | 1010101 | 100011 | 1 | 101000101 | 1100001 | 111001 |
Color Harmonies of #FC27A3
Complementary color
Monochromatic Colors of #FC27A3
Black with #FC27A3
Text Example
Text Example
White with #FC27A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC27A3; }
p { color: rgb(252,39,163); }
H1.HeaderClassName
{
color: #FC27A3;
}
.AnyTagClassName
{
color: #FC27A3;
}
</style>
background-color css
<style>
a { background-color: #FC27A3; }
a { background-color: rgb(252,39,163); }
div.DivClassName
{
background-color: #FC27A3;
}
.BgClassName
{
background-color: #FC27A3;
}
</style>
border-color css
<style>
span { border-color: #FC27A3; }
span { border-color: rgb(252,39,163); }
td.TdClassName
{
border-color: #FC27A3;
}
.TagClassName
{
border-color: #FC27A3;
}
</style>