Shades of Persian Rose #FC239C
Tints of Persian Rose #FC239C
RGB
CMYK
RGB Variations
Color information
#FC239C (or 0xFC239C) is known color: Persian Rose. HEX triplet: FC, 23 and 9C. RGB value is (252,35,156). Sum of RGB (Red+Green+Blue) = 252+35+156=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC239C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC239C is #03DC63. Grayscale: #717171. Windows color (decimal): -253028 or 10232828. OLE color: 10232828.
HSL color Cylindrical-coordinate representation of color #FC239C: hue angle of 326.54º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC239C is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 156 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.01 |
| HSL | 326.54º | 0.97% | 0.56% | - |
| HSV(B) | 326.54º | 0.86% | 0.99% | - |
| XYZ | 46.75 | 24.3 | 33.68 | - |
| YUV | 113.68 | 151.89 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 156 | 0 | 0.86 | 0.38 | 0.01 | 326.54 | 0.97 | 0.56 |
| Hex | FC | 23 | 9C | 0 | 56 | 26 | 1 | 147 | 61 | 38 |
| Octal | 374 | 43 | 234 | 0 | 126 | 46 | 1 | 507 | 141 | 70 |
| Binary | 11111100 | 100011 | 10011100 | 0 | 1010110 | 100110 | 1 | 101000111 | 1100001 | 111000 |
Color Harmonies of #FC239C
Complementary color
Monochromatic Colors of #FC239C
Black with #FC239C
Text Example
Text Example
White with #FC239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC239C; }
p { color: rgb(252,35,156); }
H1.HeaderClassName
{
color: #FC239C;
}
.AnyTagClassName
{
color: #FC239C;
}
</style>
background-color css
<style>
a { background-color: #FC239C; }
a { background-color: rgb(252,35,156); }
div.DivClassName
{
background-color: #FC239C;
}
.BgClassName
{
background-color: #FC239C;
}
</style>
border-color css
<style>
span { border-color: #FC239C; }
span { border-color: rgb(252,35,156); }
td.TdClassName
{
border-color: #FC239C;
}
.TagClassName
{
border-color: #FC239C;
}
</style>