Shades of Persian Pink #FF7FB9
Tints of Persian Pink #FF7FB9
RGB
CMYK
RGB Variations
Color information
#FF7FB9 (or 0xFF7FB9) is known color: Persian Pink. HEX triplet: FF, 7F and B9. RGB value is (255,127,185). Sum of RGB (Red+Green+Blue) = 255+127+185=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FB9 is #008046. Grayscale: #ABABAB. Windows color (decimal): -32839 or 12156927. OLE color: 12156927.
HSL color Cylindrical-coordinate representation of color #FF7FB9: hue angle of 332.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FB9 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 185 | - |
| CMYK | 0 | 0.50 | 0.27 | 0 |
| HSL | 332.81º | 1% | 0.75% | - |
| HSV(B) | 332.81º | 0.5% | 1% | - |
| XYZ | 57.59 | 39.94 | 50.57 | - |
| YUV | 171.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 185 | 0 | 0.50 | 0.27 | 0 | 332.81 | 1 | 0.75 |
| Hex | FF | 7F | B9 | 0 | 32 | 1B | 0 | 14D | 64 | 4B |
| Octal | 377 | 177 | 271 | 0 | 62 | 33 | 0 | 515 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10111001 | 0 | 110010 | 11011 | 0 | 101001101 | 1100100 | 1001011 |
Color Harmonies of #FF7FB9
Complementary color
Monochromatic Colors of #FF7FB9
Black with #FF7FB9
Text Example
Text Example
White with #FF7FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FB9; }
p { color: rgb(255,127,185); }
H1.HeaderClassName
{
color: #FF7FB9;
}
.AnyTagClassName
{
color: #FF7FB9;
}
</style>
background-color css
<style>
a { background-color: #FF7FB9; }
a { background-color: rgb(255,127,185); }
div.DivClassName
{
background-color: #FF7FB9;
}
.BgClassName
{
background-color: #FF7FB9;
}
</style>
border-color css
<style>
span { border-color: #FF7FB9; }
span { border-color: rgb(255,127,185); }
td.TdClassName
{
border-color: #FF7FB9;
}
.TagClassName
{
border-color: #FF7FB9;
}
</style>