Shades of Persian Pink #FE7AC2
Tints of Persian Pink #FE7AC2
RGB
CMYK
RGB Variations
Color information
#FE7AC2 (or 0xFE7AC2) is known color: Persian Pink. HEX triplet: FE, 7A and C2. RGB value is (254,122,194). Sum of RGB (Red+Green+Blue) = 254+122+194=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7AC2 is #01853D. Grayscale: #A9A9A9. Windows color (decimal): -99646 or 12745470. OLE color: 12745470.
HSL color Cylindrical-coordinate representation of color #FE7AC2: hue angle of 327.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7AC2 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 194 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.00 |
| HSL | 327.27º | 0.99% | 0.74% | - |
| HSV(B) | 327.27º | 0.52% | 1% | - |
| XYZ | 57.57 | 38.88 | 55.51 | - |
| YUV | 169.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 194 | 0 | 0.52 | 0.24 | 0.00 | 327.27 | 0.99 | 0.74 |
| Hex | FE | 7A | C2 | 0 | 34 | 18 | 0 | 147 | 63 | 4A |
| Octal | 376 | 172 | 302 | 0 | 64 | 30 | 0 | 507 | 143 | 112 |
| Binary | 11111110 | 1111010 | 11000010 | 0 | 110100 | 11000 | 0 | 101000111 | 1100011 | 1001010 |
Color Harmonies of #FE7AC2
Complementary color
Monochromatic Colors of #FE7AC2
Black with #FE7AC2
Text Example
Text Example
White with #FE7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7AC2; }
p { color: rgb(254,122,194); }
H1.HeaderClassName
{
color: #FE7AC2;
}
.AnyTagClassName
{
color: #FE7AC2;
}
</style>
background-color css
<style>
a { background-color: #FE7AC2; }
a { background-color: rgb(254,122,194); }
div.DivClassName
{
background-color: #FE7AC2;
}
.BgClassName
{
background-color: #FE7AC2;
}
</style>
border-color css
<style>
span { border-color: #FE7AC2; }
span { border-color: rgb(254,122,194); }
td.TdClassName
{
border-color: #FE7AC2;
}
.TagClassName
{
border-color: #FE7AC2;
}
</style>