Shades of Persian Pink #FF7AC4
Tints of Persian Pink #FF7AC4
RGB
CMYK
RGB Variations
Color information
#FF7AC4 (or 0xFF7AC4) is known color: Persian Pink. HEX triplet: FF, 7A and C4. RGB value is (255,122,196). Sum of RGB (Red+Green+Blue) = 255+122+196=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AC4 is #00853B. Grayscale: #AAAAAA. Windows color (decimal): -34108 or 12876543. OLE color: 12876543.
HSL color Cylindrical-coordinate representation of color #FF7AC4: hue angle of 326.62º 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 #FF7AC4 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 196 | - |
| CMYK | 0 | 0.52 | 0.23 | 0 |
| HSL | 326.62º | 1% | 0.74% | - |
| HSV(B) | 326.62º | 0.52% | 1% | - |
| XYZ | 58.16 | 39.16 | 56.72 | - |
| YUV | 170.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 196 | 0 | 0.52 | 0.23 | 0 | 326.62 | 1 | 0.74 |
| Hex | FF | 7A | C4 | 0 | 34 | 17 | 0 | 147 | 64 | 4A |
| Octal | 377 | 172 | 304 | 0 | 64 | 27 | 0 | 507 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11000100 | 0 | 110100 | 10111 | 0 | 101000111 | 1100100 | 1001010 |
Color Harmonies of #FF7AC4
Complementary color
Monochromatic Colors of #FF7AC4
Black with #FF7AC4
Text Example
Text Example
White with #FF7AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AC4; }
p { color: rgb(255,122,196); }
H1.HeaderClassName
{
color: #FF7AC4;
}
.AnyTagClassName
{
color: #FF7AC4;
}
</style>
background-color css
<style>
a { background-color: #FF7AC4; }
a { background-color: rgb(255,122,196); }
div.DivClassName
{
background-color: #FF7AC4;
}
.BgClassName
{
background-color: #FF7AC4;
}
</style>
border-color css
<style>
span { border-color: #FF7AC4; }
span { border-color: rgb(255,122,196); }
td.TdClassName
{
border-color: #FF7AC4;
}
.TagClassName
{
border-color: #FF7AC4;
}
</style>