Shades of Persian Pink #FF7ABD
Tints of Persian Pink #FF7ABD
RGB
CMYK
RGB Variations
Color information
#FF7ABD (or 0xFF7ABD) is known color: Persian Pink. HEX triplet: FF, 7A and BD. RGB value is (255,122,189). Sum of RGB (Red+Green+Blue) = 255+122+189=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ABD is #008542. Grayscale: #A9A9A9. Windows color (decimal): -34115 or 12417791. OLE color: 12417791.
HSL color Cylindrical-coordinate representation of color #FF7ABD: hue angle of 329.77º 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 #FF7ABD is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 189 | - |
| CMYK | 0 | 0.52 | 0.26 | 0 |
| HSL | 329.77º | 1% | 0.74% | - |
| HSV(B) | 329.77º | 0.52% | 1% | - |
| XYZ | 57.38 | 38.85 | 52.62 | - |
| YUV | 169.41 | 139.06 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 189 | 0 | 0.52 | 0.26 | 0 | 329.77 | 1 | 0.74 |
| Hex | FF | 7A | BD | 0 | 34 | 1A | 0 | 14A | 64 | 4A |
| Octal | 377 | 172 | 275 | 0 | 64 | 32 | 0 | 512 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10111101 | 0 | 110100 | 11010 | 0 | 101001010 | 1100100 | 1001010 |
Color Harmonies of #FF7ABD
Complementary color
Monochromatic Colors of #FF7ABD
Black with #FF7ABD
Text Example
Text Example
White with #FF7ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ABD; }
p { color: rgb(255,122,189); }
H1.HeaderClassName
{
color: #FF7ABD;
}
.AnyTagClassName
{
color: #FF7ABD;
}
</style>
background-color css
<style>
a { background-color: #FF7ABD; }
a { background-color: rgb(255,122,189); }
div.DivClassName
{
background-color: #FF7ABD;
}
.BgClassName
{
background-color: #FF7ABD;
}
</style>
border-color css
<style>
span { border-color: #FF7ABD; }
span { border-color: rgb(255,122,189); }
td.TdClassName
{
border-color: #FF7ABD;
}
.TagClassName
{
border-color: #FF7ABD;
}
</style>