Shades of Persian Rose #FC2FB0
Tints of Persian Rose #FC2FB0
RGB
CMYK
RGB Variations
Color information
#FC2FB0 (or 0xFC2FB0) is known color: Persian Rose. HEX triplet: FC, 2F and B0. RGB value is (252,47,176). Sum of RGB (Red+Green+Blue) = 252+47+176=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2FB0 is #03D04F. Grayscale: #7A7A7A. Windows color (decimal): -249936 or 11546620. OLE color: 11546620.
HSL color Cylindrical-coordinate representation of color #FC2FB0: hue angle of 322.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2FB0 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 176 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.01 |
| HSL | 322.24º | 0.97% | 0.59% | - |
| HSV(B) | 322.24º | 0.81% | 0.99% | - |
| XYZ | 49 | 25.86 | 43.48 | - |
| YUV | 123 | 157.92 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 176 | 0 | 0.81 | 0.30 | 0.01 | 322.24 | 0.97 | 0.59 |
| Hex | FC | 2F | B0 | 0 | 51 | 1E | 1 | 142 | 61 | 3B |
| Octal | 374 | 57 | 260 | 0 | 121 | 36 | 1 | 502 | 141 | 73 |
| Binary | 11111100 | 101111 | 10110000 | 0 | 1010001 | 11110 | 1 | 101000010 | 1100001 | 111011 |
Color Harmonies of #FC2FB0
Complementary color
Monochromatic Colors of #FC2FB0
Black with #FC2FB0
Text Example
Text Example
White with #FC2FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2FB0; }
p { color: rgb(252,47,176); }
H1.HeaderClassName
{
color: #FC2FB0;
}
.AnyTagClassName
{
color: #FC2FB0;
}
</style>
background-color css
<style>
a { background-color: #FC2FB0; }
a { background-color: rgb(252,47,176); }
div.DivClassName
{
background-color: #FC2FB0;
}
.BgClassName
{
background-color: #FC2FB0;
}
</style>
border-color css
<style>
span { border-color: #FC2FB0; }
span { border-color: rgb(252,47,176); }
td.TdClassName
{
border-color: #FC2FB0;
}
.TagClassName
{
border-color: #FC2FB0;
}
</style>