Shades of Persian Rose #FC2597
Tints of Persian Rose #FC2597
RGB
CMYK
RGB Variations
Color information
#FC2597 (or 0xFC2597) is known color: Persian Rose. HEX triplet: FC, 25 and 97. RGB value is (252,37,151). Sum of RGB (Red+Green+Blue) = 252+37+151=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2597 is #03DA68. Grayscale: #727272. Windows color (decimal): -252521 or 9905660. OLE color: 9905660.
HSL color Cylindrical-coordinate representation of color #FC2597: hue angle of 328.19º 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 #FC2597 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 151 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.01 |
| HSL | 328.19º | 0.97% | 0.57% | - |
| HSV(B) | 328.19º | 0.85% | 0.99% | - |
| XYZ | 46.39 | 24.25 | 31.51 | - |
| YUV | 114.28 | 148.73 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 151 | 0 | 0.85 | 0.40 | 0.01 | 328.19 | 0.97 | 0.57 |
| Hex | FC | 25 | 97 | 0 | 55 | 28 | 1 | 148 | 61 | 39 |
| Octal | 374 | 45 | 227 | 0 | 125 | 50 | 1 | 510 | 141 | 71 |
| Binary | 11111100 | 100101 | 10010111 | 0 | 1010101 | 101000 | 1 | 101001000 | 1100001 | 111001 |
Color Harmonies of #FC2597
Complementary color
Monochromatic Colors of #FC2597
Black with #FC2597
Text Example
Text Example
White with #FC2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2597; }
p { color: rgb(252,37,151); }
H1.HeaderClassName
{
color: #FC2597;
}
.AnyTagClassName
{
color: #FC2597;
}
</style>
background-color css
<style>
a { background-color: #FC2597; }
a { background-color: rgb(252,37,151); }
div.DivClassName
{
background-color: #FC2597;
}
.BgClassName
{
background-color: #FC2597;
}
</style>
border-color css
<style>
span { border-color: #FC2597; }
span { border-color: rgb(252,37,151); }
td.TdClassName
{
border-color: #FC2597;
}
.TagClassName
{
border-color: #FC2597;
}
</style>