Shades of Persian Pink #FF7AB2
Tints of Persian Pink #FF7AB2
RGB
CMYK
RGB Variations
Color information
#FF7AB2 (or 0xFF7AB2) is known color: Persian Pink. HEX triplet: FF, 7A and B2. RGB value is (255,122,178). Sum of RGB (Red+Green+Blue) = 255+122+178=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7AB2 is #00854D. Grayscale: #A8A8A8. Windows color (decimal): -34126 or 11696895. OLE color: 11696895.
HSL color Cylindrical-coordinate representation of color #FF7AB2: hue angle of 334.74º 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 #FF7AB2 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 178 | - |
| CMYK | 0 | 0.52 | 0.30 | 0 |
| HSL | 334.74º | 1% | 0.74% | - |
| HSV(B) | 334.74º | 0.52% | 1% | - |
| XYZ | 56.24 | 38.39 | 46.57 | - |
| YUV | 168.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 178 | 0 | 0.52 | 0.30 | 0 | 334.74 | 1 | 0.74 |
| Hex | FF | 7A | B2 | 0 | 34 | 1E | 0 | 14F | 64 | 4A |
| Octal | 377 | 172 | 262 | 0 | 64 | 36 | 0 | 517 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10110010 | 0 | 110100 | 11110 | 0 | 101001111 | 1100100 | 1001010 |
Color Harmonies of #FF7AB2
Complementary color
Monochromatic Colors of #FF7AB2
Black with #FF7AB2
Text Example
Text Example
White with #FF7AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AB2; }
p { color: rgb(255,122,178); }
H1.HeaderClassName
{
color: #FF7AB2;
}
.AnyTagClassName
{
color: #FF7AB2;
}
</style>
background-color css
<style>
a { background-color: #FF7AB2; }
a { background-color: rgb(255,122,178); }
div.DivClassName
{
background-color: #FF7AB2;
}
.BgClassName
{
background-color: #FF7AB2;
}
</style>
border-color css
<style>
span { border-color: #FF7AB2; }
span { border-color: rgb(255,122,178); }
td.TdClassName
{
border-color: #FF7AB2;
}
.TagClassName
{
border-color: #FF7AB2;
}
</style>