Shades of Persian Pink #FC7BC2
Tints of Persian Pink #FC7BC2
RGB
CMYK
RGB Variations
Color information
#FC7BC2 (or 0xFC7BC2) is known color: Persian Pink. HEX triplet: FC, 7B and C2. RGB value is (252,123,194). Sum of RGB (Red+Green+Blue) = 252+123+194=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BC2 is #03843D. Grayscale: #A9A9A9. Windows color (decimal): -230462 or 12745724. OLE color: 12745724.
HSL color Cylindrical-coordinate representation of color #FC7BC2: hue angle of 326.98º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7BC2 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 194 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.01 |
| HSL | 326.98º | 0.96% | 0.74% | - |
| HSV(B) | 326.98º | 0.51% | 0.99% | - |
| XYZ | 56.97 | 38.76 | 55.52 | - |
| YUV | 169.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 194 | 0 | 0.51 | 0.23 | 0.01 | 326.98 | 0.96 | 0.74 |
| Hex | FC | 7B | C2 | 0 | 33 | 17 | 1 | 147 | 60 | 4A |
| Octal | 374 | 173 | 302 | 0 | 63 | 27 | 1 | 507 | 140 | 112 |
| Binary | 11111100 | 1111011 | 11000010 | 0 | 110011 | 10111 | 1 | 101000111 | 1100000 | 1001010 |
Color Harmonies of #FC7BC2
Complementary color
Monochromatic Colors of #FC7BC2
Black with #FC7BC2
Text Example
Text Example
White with #FC7BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BC2; }
p { color: rgb(252,123,194); }
H1.HeaderClassName
{
color: #FC7BC2;
}
.AnyTagClassName
{
color: #FC7BC2;
}
</style>
background-color css
<style>
a { background-color: #FC7BC2; }
a { background-color: rgb(252,123,194); }
div.DivClassName
{
background-color: #FC7BC2;
}
.BgClassName
{
background-color: #FC7BC2;
}
</style>
border-color css
<style>
span { border-color: #FC7BC2; }
span { border-color: rgb(252,123,194); }
td.TdClassName
{
border-color: #FC7BC2;
}
.TagClassName
{
border-color: #FC7BC2;
}
</style>