Shades of Persian Pink #FF7FB5
Tints of Persian Pink #FF7FB5
RGB
CMYK
RGB Variations
Color information
#FF7FB5 (or 0xFF7FB5) is known color: Persian Pink. HEX triplet: FF, 7F and B5. RGB value is (255,127,181). Sum of RGB (Red+Green+Blue) = 255+127+181=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FB5 is #00804A. Grayscale: #ABABAB. Windows color (decimal): -32843 or 11894783. OLE color: 11894783.
HSL color Cylindrical-coordinate representation of color #FF7FB5: hue angle of 334.69º 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 #FF7FB5 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 181 | - |
| CMYK | 0 | 0.50 | 0.29 | 0 |
| HSL | 334.69º | 1% | 0.75% | - |
| HSV(B) | 334.69º | 0.5% | 1% | - |
| XYZ | 57.17 | 39.77 | 48.38 | - |
| YUV | 171.43 | 133.41 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 181 | 0 | 0.50 | 0.29 | 0 | 334.69 | 1 | 0.75 |
| Hex | FF | 7F | B5 | 0 | 32 | 1D | 0 | 14F | 64 | 4B |
| Octal | 377 | 177 | 265 | 0 | 62 | 35 | 0 | 517 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10110101 | 0 | 110010 | 11101 | 0 | 101001111 | 1100100 | 1001011 |
Color Harmonies of #FF7FB5
Complementary color
Monochromatic Colors of #FF7FB5
Black with #FF7FB5
Text Example
Text Example
White with #FF7FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FB5; }
p { color: rgb(255,127,181); }
H1.HeaderClassName
{
color: #FF7FB5;
}
.AnyTagClassName
{
color: #FF7FB5;
}
</style>
background-color css
<style>
a { background-color: #FF7FB5; }
a { background-color: rgb(255,127,181); }
div.DivClassName
{
background-color: #FF7FB5;
}
.BgClassName
{
background-color: #FF7FB5;
}
</style>
border-color css
<style>
span { border-color: #FF7FB5; }
span { border-color: rgb(255,127,181); }
td.TdClassName
{
border-color: #FF7FB5;
}
.TagClassName
{
border-color: #FF7FB5;
}
</style>