Shades of Persian Pink #FE7ABA
Tints of Persian Pink #FE7ABA
RGB
CMYK
RGB Variations
Color information
#FE7ABA (or 0xFE7ABA) is known color: Persian Pink. HEX triplet: FE, 7A and BA. RGB value is (254,122,186). Sum of RGB (Red+Green+Blue) = 254+122+186=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ABA is #018545. Grayscale: #A8A8A8. Windows color (decimal): -99654 or 12221182. OLE color: 12221182.
HSL color Cylindrical-coordinate representation of color #FE7ABA: hue angle of 330.91º 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 #FE7ABA is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 186 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.00 |
| HSL | 330.91º | 0.99% | 0.74% | - |
| HSV(B) | 330.91º | 0.52% | 1% | - |
| XYZ | 56.7 | 38.54 | 50.9 | - |
| YUV | 168.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 186 | 0 | 0.52 | 0.27 | 0.00 | 330.91 | 0.99 | 0.74 |
| Hex | FE | 7A | BA | 0 | 34 | 1B | 0 | 14B | 63 | 4A |
| Octal | 376 | 172 | 272 | 0 | 64 | 33 | 0 | 513 | 143 | 112 |
| Binary | 11111110 | 1111010 | 10111010 | 0 | 110100 | 11011 | 0 | 101001011 | 1100011 | 1001010 |
Color Harmonies of #FE7ABA
Complementary color
Monochromatic Colors of #FE7ABA
Black with #FE7ABA
Text Example
Text Example
White with #FE7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7ABA; }
p { color: rgb(254,122,186); }
H1.HeaderClassName
{
color: #FE7ABA;
}
.AnyTagClassName
{
color: #FE7ABA;
}
</style>
background-color css
<style>
a { background-color: #FE7ABA; }
a { background-color: rgb(254,122,186); }
div.DivClassName
{
background-color: #FE7ABA;
}
.BgClassName
{
background-color: #FE7ABA;
}
</style>
border-color css
<style>
span { border-color: #FE7ABA; }
span { border-color: rgb(254,122,186); }
td.TdClassName
{
border-color: #FE7ABA;
}
.TagClassName
{
border-color: #FE7ABA;
}
</style>