Shades of Persian Pink #FF7ABC
Tints of Persian Pink #FF7ABC
RGB
CMYK
RGB Variations
Color information
#FF7ABC (or 0xFF7ABC) is known color: Persian Pink. HEX triplet: FF, 7A and BC. RGB value is (255,122,188). Sum of RGB (Red+Green+Blue) = 255+122+188=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ABC is #008543. Grayscale: #A9A9A9. Windows color (decimal): -34116 or 12352255. OLE color: 12352255.
HSL color Cylindrical-coordinate representation of color #FF7ABC: hue angle of 330.23º 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 #FF7ABC is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 188 | - |
| CMYK | 0 | 0.52 | 0.26 | 0 |
| HSL | 330.23º | 1% | 0.74% | - |
| HSV(B) | 330.23º | 0.52% | 1% | - |
| XYZ | 57.28 | 38.81 | 52.05 | - |
| YUV | 169.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 188 | 0 | 0.52 | 0.26 | 0 | 330.23 | 1 | 0.74 |
| Hex | FF | 7A | BC | 0 | 34 | 1A | 0 | 14A | 64 | 4A |
| Octal | 377 | 172 | 274 | 0 | 64 | 32 | 0 | 512 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10111100 | 0 | 110100 | 11010 | 0 | 101001010 | 1100100 | 1001010 |
Color Harmonies of #FF7ABC
Complementary color
Monochromatic Colors of #FF7ABC
Black with #FF7ABC
Text Example
Text Example
White with #FF7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ABC; }
p { color: rgb(255,122,188); }
H1.HeaderClassName
{
color: #FF7ABC;
}
.AnyTagClassName
{
color: #FF7ABC;
}
</style>
background-color css
<style>
a { background-color: #FF7ABC; }
a { background-color: rgb(255,122,188); }
div.DivClassName
{
background-color: #FF7ABC;
}
.BgClassName
{
background-color: #FF7ABC;
}
</style>
border-color css
<style>
span { border-color: #FF7ABC; }
span { border-color: rgb(255,122,188); }
td.TdClassName
{
border-color: #FF7ABC;
}
.TagClassName
{
border-color: #FF7ABC;
}
</style>