Shades of Persian Pink #FC7BB2
Tints of Persian Pink #FC7BB2
RGB
CMYK
RGB Variations
Color information
#FC7BB2 (or 0xFC7BB2) is known color: Persian Pink. HEX triplet: FC, 7B and B2. RGB value is (252,123,178). Sum of RGB (Red+Green+Blue) = 252+123+178=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7BB2 is #03844D. Grayscale: #A7A7A7. Windows color (decimal): -230478 or 11697148. OLE color: 11697148.
HSL color Cylindrical-coordinate representation of color #FC7BB2: hue angle of 334.42º 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 #FC7BB2 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 178 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.01 |
| HSL | 334.42º | 0.96% | 0.74% | - |
| HSV(B) | 334.42º | 0.51% | 0.99% | - |
| XYZ | 55.26 | 38.08 | 46.56 | - |
| YUV | 167.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 178 | 0 | 0.51 | 0.29 | 0.01 | 334.42 | 0.96 | 0.74 |
| Hex | FC | 7B | B2 | 0 | 33 | 1D | 1 | 14E | 60 | 4A |
| Octal | 374 | 173 | 262 | 0 | 63 | 35 | 1 | 516 | 140 | 112 |
| Binary | 11111100 | 1111011 | 10110010 | 0 | 110011 | 11101 | 1 | 101001110 | 1100000 | 1001010 |
Color Harmonies of #FC7BB2
Complementary color
Monochromatic Colors of #FC7BB2
Black with #FC7BB2
Text Example
Text Example
White with #FC7BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BB2; }
p { color: rgb(252,123,178); }
H1.HeaderClassName
{
color: #FC7BB2;
}
.AnyTagClassName
{
color: #FC7BB2;
}
</style>
background-color css
<style>
a { background-color: #FC7BB2; }
a { background-color: rgb(252,123,178); }
div.DivClassName
{
background-color: #FC7BB2;
}
.BgClassName
{
background-color: #FC7BB2;
}
</style>
border-color css
<style>
span { border-color: #FC7BB2; }
span { border-color: rgb(252,123,178); }
td.TdClassName
{
border-color: #FC7BB2;
}
.TagClassName
{
border-color: #FC7BB2;
}
</style>