Shades of Persian Rose #FC259D
Tints of Persian Rose #FC259D
RGB
CMYK
RGB Variations
Color information
#FC259D (or 0xFC259D) is known color: Persian Rose. HEX triplet: FC, 25 and 9D. RGB value is (252,37,157). Sum of RGB (Red+Green+Blue) = 252+37+157=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC259D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC259D is #03DA62. Grayscale: #727272. Windows color (decimal): -252515 or 10298876. OLE color: 10298876.
HSL color Cylindrical-coordinate representation of color #FC259D: hue angle of 326.51º 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 #FC259D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 157 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.01 |
| HSL | 326.51º | 0.97% | 0.57% | - |
| HSV(B) | 326.51º | 0.85% | 0.99% | - |
| XYZ | 46.89 | 24.45 | 34.15 | - |
| YUV | 114.97 | 151.73 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 157 | 0 | 0.85 | 0.38 | 0.01 | 326.51 | 0.97 | 0.57 |
| Hex | FC | 25 | 9D | 0 | 55 | 26 | 1 | 147 | 61 | 39 |
| Octal | 374 | 45 | 235 | 0 | 125 | 46 | 1 | 507 | 141 | 71 |
| Binary | 11111100 | 100101 | 10011101 | 0 | 1010101 | 100110 | 1 | 101000111 | 1100001 | 111001 |
Color Harmonies of #FC259D
Complementary color
Monochromatic Colors of #FC259D
Black with #FC259D
Text Example
Text Example
White with #FC259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC259D; }
p { color: rgb(252,37,157); }
H1.HeaderClassName
{
color: #FC259D;
}
.AnyTagClassName
{
color: #FC259D;
}
</style>
background-color css
<style>
a { background-color: #FC259D; }
a { background-color: rgb(252,37,157); }
div.DivClassName
{
background-color: #FC259D;
}
.BgClassName
{
background-color: #FC259D;
}
</style>
border-color css
<style>
span { border-color: #FC259D; }
span { border-color: rgb(252,37,157); }
td.TdClassName
{
border-color: #FC259D;
}
.TagClassName
{
border-color: #FC259D;
}
</style>