Shades of Persian Pink #FF7ABB
Tints of Persian Pink #FF7ABB
RGB
CMYK
RGB Variations
Color information
#FF7ABB (or 0xFF7ABB) is known color: Persian Pink. HEX triplet: FF, 7A and BB. RGB value is (255,122,187). Sum of RGB (Red+Green+Blue) = 255+122+187=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ABB is #008544. Grayscale: #A9A9A9. Windows color (decimal): -34117 or 12286719. OLE color: 12286719.
HSL color Cylindrical-coordinate representation of color #FF7ABB: hue angle of 330.68º 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 #FF7ABB is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 187 | - |
| CMYK | 0 | 0.52 | 0.27 | 0 |
| HSL | 330.68º | 1% | 0.74% | - |
| HSV(B) | 330.68º | 0.52% | 1% | - |
| XYZ | 57.17 | 38.77 | 51.48 | - |
| YUV | 169.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 187 | 0 | 0.52 | 0.27 | 0 | 330.68 | 1 | 0.74 |
| Hex | FF | 7A | BB | 0 | 34 | 1B | 0 | 14B | 64 | 4A |
| Octal | 377 | 172 | 273 | 0 | 64 | 33 | 0 | 513 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10111011 | 0 | 110100 | 11011 | 0 | 101001011 | 1100100 | 1001010 |
Color Harmonies of #FF7ABB
Complementary color
Monochromatic Colors of #FF7ABB
Black with #FF7ABB
Text Example
Text Example
White with #FF7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ABB; }
p { color: rgb(255,122,187); }
H1.HeaderClassName
{
color: #FF7ABB;
}
.AnyTagClassName
{
color: #FF7ABB;
}
</style>
background-color css
<style>
a { background-color: #FF7ABB; }
a { background-color: rgb(255,122,187); }
div.DivClassName
{
background-color: #FF7ABB;
}
.BgClassName
{
background-color: #FF7ABB;
}
</style>
border-color css
<style>
span { border-color: #FF7ABB; }
span { border-color: rgb(255,122,187); }
td.TdClassName
{
border-color: #FF7ABB;
}
.TagClassName
{
border-color: #FF7ABB;
}
</style>