Shades of Persian Pink #FF7AC0
Tints of Persian Pink #FF7AC0
RGB
CMYK
RGB Variations
Color information
#FF7AC0 (or 0xFF7AC0) is known color: Persian Pink. HEX triplet: FF, 7A and C0. RGB value is (255,122,192). Sum of RGB (Red+Green+Blue) = 255+122+192=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AC0 is #00853F. Grayscale: #A9A9A9. Windows color (decimal): -34112 or 12614399. OLE color: 12614399.
HSL color Cylindrical-coordinate representation of color #FF7AC0: hue angle of 328.42º 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 #FF7AC0 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 192 | - |
| CMYK | 0 | 0.52 | 0.25 | 0 |
| HSL | 328.42º | 1% | 0.74% | - |
| HSV(B) | 328.42º | 0.52% | 1% | - |
| XYZ | 57.71 | 38.98 | 54.35 | - |
| YUV | 169.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 192 | 0 | 0.52 | 0.25 | 0 | 328.42 | 1 | 0.74 |
| Hex | FF | 7A | C0 | 0 | 34 | 19 | 0 | 148 | 64 | 4A |
| Octal | 377 | 172 | 300 | 0 | 64 | 31 | 0 | 510 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11000000 | 0 | 110100 | 11001 | 0 | 101001000 | 1100100 | 1001010 |
Color Harmonies of #FF7AC0
Complementary color
Monochromatic Colors of #FF7AC0
Black with #FF7AC0
Text Example
Text Example
White with #FF7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AC0; }
p { color: rgb(255,122,192); }
H1.HeaderClassName
{
color: #FF7AC0;
}
.AnyTagClassName
{
color: #FF7AC0;
}
</style>
background-color css
<style>
a { background-color: #FF7AC0; }
a { background-color: rgb(255,122,192); }
div.DivClassName
{
background-color: #FF7AC0;
}
.BgClassName
{
background-color: #FF7AC0;
}
</style>
border-color css
<style>
span { border-color: #FF7AC0; }
span { border-color: rgb(255,122,192); }
td.TdClassName
{
border-color: #FF7AC0;
}
.TagClassName
{
border-color: #FF7AC0;
}
</style>