Shades of Persian Pink #FB7FC0
Tints of Persian Pink #FB7FC0
RGB
CMYK
RGB Variations
Color information
#FB7FC0 (or 0xFB7FC0) is known color: Persian Pink. HEX triplet: FB, 7F and C0. RGB value is (251,127,192). Sum of RGB (Red+Green+Blue) = 251+127+192=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FC0 is #04803F. Grayscale: #ABABAB. Windows color (decimal): -294976 or 12615675. OLE color: 12615675.
HSL color Cylindrical-coordinate representation of color #FB7FC0: hue angle of 328.55º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB7FC0 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 192 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.02 |
| HSL | 328.55º | 0.94% | 0.74% | - |
| HSV(B) | 328.55º | 0.49% | 0.98% | - |
| XYZ | 56.89 | 39.49 | 54.49 | - |
| YUV | 171.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 192 | 0 | 0.49 | 0.24 | 0.02 | 328.55 | 0.94 | 0.74 |
| Hex | FB | 7F | C0 | 0 | 31 | 18 | 2 | 149 | 5E | 4A |
| Octal | 373 | 177 | 300 | 0 | 61 | 30 | 2 | 511 | 136 | 112 |
| Binary | 11111011 | 1111111 | 11000000 | 0 | 110001 | 11000 | 10 | 101001001 | 1011110 | 1001010 |
Color Harmonies of #FB7FC0
Complementary color
Monochromatic Colors of #FB7FC0
Black with #FB7FC0
Text Example
Text Example
White with #FB7FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7FC0; }
p { color: rgb(251,127,192); }
H1.HeaderClassName
{
color: #FB7FC0;
}
.AnyTagClassName
{
color: #FB7FC0;
}
</style>
background-color css
<style>
a { background-color: #FB7FC0; }
a { background-color: rgb(251,127,192); }
div.DivClassName
{
background-color: #FB7FC0;
}
.BgClassName
{
background-color: #FB7FC0;
}
</style>
border-color css
<style>
span { border-color: #FB7FC0; }
span { border-color: rgb(251,127,192); }
td.TdClassName
{
border-color: #FB7FC0;
}
.TagClassName
{
border-color: #FB7FC0;
}
</style>