Shades of Persian Rose #FC2696
Tints of Persian Rose #FC2696
RGB
CMYK
RGB Variations
Color information
#FC2696 (or 0xFC2696) is known color: Persian Rose. HEX triplet: FC, 26 and 96. RGB value is (252,38,150). Sum of RGB (Red+Green+Blue) = 252+38+150=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2696 is #03D969. Grayscale: #727272. Windows color (decimal): -252266 or 9840380. OLE color: 9840380.
HSL color Cylindrical-coordinate representation of color #FC2696: hue angle of 328.6º 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 #FC2696 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 150 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.01 |
| HSL | 328.6º | 0.97% | 0.57% | - |
| HSV(B) | 328.6º | 0.85% | 0.99% | - |
| XYZ | 46.34 | 24.28 | 31.1 | - |
| YUV | 114.75 | 147.9 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 150 | 0 | 0.85 | 0.40 | 0.01 | 328.6 | 0.97 | 0.57 |
| Hex | FC | 26 | 96 | 0 | 55 | 28 | 1 | 149 | 61 | 39 |
| Octal | 374 | 46 | 226 | 0 | 125 | 50 | 1 | 511 | 141 | 71 |
| Binary | 11111100 | 100110 | 10010110 | 0 | 1010101 | 101000 | 1 | 101001001 | 1100001 | 111001 |
Color Harmonies of #FC2696
Complementary color
Monochromatic Colors of #FC2696
Black with #FC2696
Text Example
Text Example
White with #FC2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2696; }
p { color: rgb(252,38,150); }
H1.HeaderClassName
{
color: #FC2696;
}
.AnyTagClassName
{
color: #FC2696;
}
</style>
background-color css
<style>
a { background-color: #FC2696; }
a { background-color: rgb(252,38,150); }
div.DivClassName
{
background-color: #FC2696;
}
.BgClassName
{
background-color: #FC2696;
}
</style>
border-color css
<style>
span { border-color: #FC2696; }
span { border-color: rgb(252,38,150); }
td.TdClassName
{
border-color: #FC2696;
}
.TagClassName
{
border-color: #FC2696;
}
</style>