Shades of Persian Rose #FC2C9E
Tints of Persian Rose #FC2C9E
RGB
CMYK
RGB Variations
Color information
#FC2C9E (or 0xFC2C9E) is known color: Persian Rose. HEX triplet: FC, 2C and 9E. RGB value is (252,44,158). Sum of RGB (Red+Green+Blue) = 252+44+158=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2C9E is #03D361. Grayscale: #767676. Windows color (decimal): -250722 or 10366204. OLE color: 10366204.
HSL color Cylindrical-coordinate representation of color #FC2C9E: hue angle of 327.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 #FC2C9E is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 158 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.01 |
| HSL | 327.12º | 0.97% | 0.58% | - |
| HSV(B) | 327.12º | 0.83% | 0.99% | - |
| XYZ | 47.22 | 24.97 | 34.68 | - |
| YUV | 119.19 | 149.91 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 158 | 0 | 0.83 | 0.37 | 0.01 | 327.12 | 0.97 | 0.58 |
| Hex | FC | 2C | 9E | 0 | 53 | 25 | 1 | 147 | 61 | 3A |
| Octal | 374 | 54 | 236 | 0 | 123 | 45 | 1 | 507 | 141 | 72 |
| Binary | 11111100 | 101100 | 10011110 | 0 | 1010011 | 100101 | 1 | 101000111 | 1100001 | 111010 |
Color Harmonies of #FC2C9E
Complementary color
Monochromatic Colors of #FC2C9E
Black with #FC2C9E
Text Example
Text Example
White with #FC2C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C9E; }
p { color: rgb(252,44,158); }
H1.HeaderClassName
{
color: #FC2C9E;
}
.AnyTagClassName
{
color: #FC2C9E;
}
</style>
background-color css
<style>
a { background-color: #FC2C9E; }
a { background-color: rgb(252,44,158); }
div.DivClassName
{
background-color: #FC2C9E;
}
.BgClassName
{
background-color: #FC2C9E;
}
</style>
border-color css
<style>
span { border-color: #FC2C9E; }
span { border-color: rgb(252,44,158); }
td.TdClassName
{
border-color: #FC2C9E;
}
.TagClassName
{
border-color: #FC2C9E;
}
</style>