Shades of Persian Rose #FC239D
Tints of Persian Rose #FC239D
RGB
CMYK
RGB Variations
Color information
#FC239D (or 0xFC239D) is known color: Persian Rose. HEX triplet: FC, 23 and 9D. RGB value is (252,35,157). Sum of RGB (Red+Green+Blue) = 252+35+157=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC239D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC239D is #03DC62. Grayscale: #717171. Windows color (decimal): -253027 or 10298364. OLE color: 10298364.
HSL color Cylindrical-coordinate representation of color #FC239D: hue angle of 326.27º 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 #FC239D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 157 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.01 |
| HSL | 326.27º | 0.97% | 0.56% | - |
| HSV(B) | 326.27º | 0.86% | 0.99% | - |
| XYZ | 46.83 | 24.33 | 34.13 | - |
| YUV | 113.79 | 152.39 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 157 | 0 | 0.86 | 0.38 | 0.01 | 326.27 | 0.97 | 0.56 |
| Hex | FC | 23 | 9D | 0 | 56 | 26 | 1 | 146 | 61 | 38 |
| Octal | 374 | 43 | 235 | 0 | 126 | 46 | 1 | 506 | 141 | 70 |
| Binary | 11111100 | 100011 | 10011101 | 0 | 1010110 | 100110 | 1 | 101000110 | 1100001 | 111000 |
Color Harmonies of #FC239D
Complementary color
Monochromatic Colors of #FC239D
Black with #FC239D
Text Example
Text Example
White with #FC239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC239D; }
p { color: rgb(252,35,157); }
H1.HeaderClassName
{
color: #FC239D;
}
.AnyTagClassName
{
color: #FC239D;
}
</style>
background-color css
<style>
a { background-color: #FC239D; }
a { background-color: rgb(252,35,157); }
div.DivClassName
{
background-color: #FC239D;
}
.BgClassName
{
background-color: #FC239D;
}
</style>
border-color css
<style>
span { border-color: #FC239D; }
span { border-color: rgb(252,35,157); }
td.TdClassName
{
border-color: #FC239D;
}
.TagClassName
{
border-color: #FC239D;
}
</style>