Shades of Persian Pink #FF7ABF
Tints of Persian Pink #FF7ABF
RGB
CMYK
RGB Variations
Color information
#FF7ABF (or 0xFF7ABF) is known color: Persian Pink. HEX triplet: FF, 7A and BF. RGB value is (255,122,191). Sum of RGB (Red+Green+Blue) = 255+122+191=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ABF is #008540. Grayscale: #A9A9A9. Windows color (decimal): -34113 or 12548863. OLE color: 12548863.
HSL color Cylindrical-coordinate representation of color #FF7ABF: hue angle of 328.87º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7ABF is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 191 | - |
| CMYK | 0 | 0.52 | 0.25 | 0 |
| HSL | 328.87º | 1% | 0.74% | - |
| HSV(B) | 328.87º | 0.52% | 1% | - |
| XYZ | 57.6 | 38.94 | 53.77 | - |
| YUV | 169.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 191 | 0 | 0.52 | 0.25 | 0 | 328.87 | 1 | 0.74 |
| Hex | FF | 7A | BF | 0 | 34 | 19 | 0 | 149 | 64 | 4A |
| Octal | 377 | 172 | 277 | 0 | 64 | 31 | 0 | 511 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10111111 | 0 | 110100 | 11001 | 0 | 101001001 | 1100100 | 1001010 |
Color Harmonies of #FF7ABF
Complementary color
Monochromatic Colors of #FF7ABF
Black with #FF7ABF
Text Example
Text Example
White with #FF7ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ABF; }
p { color: rgb(255,122,191); }
H1.HeaderClassName
{
color: #FF7ABF;
}
.AnyTagClassName
{
color: #FF7ABF;
}
</style>
background-color css
<style>
a { background-color: #FF7ABF; }
a { background-color: rgb(255,122,191); }
div.DivClassName
{
background-color: #FF7ABF;
}
.BgClassName
{
background-color: #FF7ABF;
}
</style>
border-color css
<style>
span { border-color: #FF7ABF; }
span { border-color: rgb(255,122,191); }
td.TdClassName
{
border-color: #FF7ABF;
}
.TagClassName
{
border-color: #FF7ABF;
}
</style>