Shades of Persian Pink #FF7AB3
Tints of Persian Pink #FF7AB3
RGB
CMYK
RGB Variations
Color information
#FF7AB3 (or 0xFF7AB3) is known color: Persian Pink. HEX triplet: FF, 7A and B3. RGB value is (255,122,179). Sum of RGB (Red+Green+Blue) = 255+122+179=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AB3 is #00854C. Grayscale: #A8A8A8. Windows color (decimal): -34125 or 11762431. OLE color: 11762431.
HSL color Cylindrical-coordinate representation of color #FF7AB3: hue angle of 334.29º 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 #FF7AB3 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 179 | - |
| CMYK | 0 | 0.52 | 0.30 | 0 |
| HSL | 334.29º | 1% | 0.74% | - |
| HSV(B) | 334.29º | 0.52% | 1% | - |
| XYZ | 56.34 | 38.43 | 47.1 | - |
| YUV | 168.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 179 | 0 | 0.52 | 0.30 | 0 | 334.29 | 1 | 0.74 |
| Hex | FF | 7A | B3 | 0 | 34 | 1E | 0 | 14E | 64 | 4A |
| Octal | 377 | 172 | 263 | 0 | 64 | 36 | 0 | 516 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10110011 | 0 | 110100 | 11110 | 0 | 101001110 | 1100100 | 1001010 |
Color Harmonies of #FF7AB3
Complementary color
Monochromatic Colors of #FF7AB3
Black with #FF7AB3
Text Example
Text Example
White with #FF7AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AB3; }
p { color: rgb(255,122,179); }
H1.HeaderClassName
{
color: #FF7AB3;
}
.AnyTagClassName
{
color: #FF7AB3;
}
</style>
background-color css
<style>
a { background-color: #FF7AB3; }
a { background-color: rgb(255,122,179); }
div.DivClassName
{
background-color: #FF7AB3;
}
.BgClassName
{
background-color: #FF7AB3;
}
</style>
border-color css
<style>
span { border-color: #FF7AB3; }
span { border-color: rgb(255,122,179); }
td.TdClassName
{
border-color: #FF7AB3;
}
.TagClassName
{
border-color: #FF7AB3;
}
</style>