Shades of Persian Pink #FE79BD
Tints of Persian Pink #FE79BD
RGB
CMYK
RGB Variations
Color information
#FE79BD (or 0xFE79BD) is known color: Persian Pink. HEX triplet: FE, 79 and BD. RGB value is (254,121,189). Sum of RGB (Red+Green+Blue) = 254+121+189=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79BD is #018642. Grayscale: #A8A8A8. Windows color (decimal): -99907 or 12417534. OLE color: 12417534.
HSL color Cylindrical-coordinate representation of color #FE79BD: hue angle of 329.32º 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 #FE79BD is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 189 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.00 |
| HSL | 329.32º | 0.99% | 0.74% | - |
| HSV(B) | 329.32º | 0.52% | 1% | - |
| XYZ | 56.9 | 38.42 | 52.56 | - |
| YUV | 168.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 189 | 0 | 0.52 | 0.26 | 0.00 | 329.32 | 0.99 | 0.74 |
| Hex | FE | 79 | BD | 0 | 34 | 1A | 0 | 149 | 63 | 4A |
| Octal | 376 | 171 | 275 | 0 | 64 | 32 | 0 | 511 | 143 | 112 |
| Binary | 11111110 | 1111001 | 10111101 | 0 | 110100 | 11010 | 0 | 101001001 | 1100011 | 1001010 |
Color Harmonies of #FE79BD
Complementary color
Monochromatic Colors of #FE79BD
Black with #FE79BD
Text Example
Text Example
White with #FE79BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79BD; }
p { color: rgb(254,121,189); }
H1.HeaderClassName
{
color: #FE79BD;
}
.AnyTagClassName
{
color: #FE79BD;
}
</style>
background-color css
<style>
a { background-color: #FE79BD; }
a { background-color: rgb(254,121,189); }
div.DivClassName
{
background-color: #FE79BD;
}
.BgClassName
{
background-color: #FE79BD;
}
</style>
border-color css
<style>
span { border-color: #FE79BD; }
span { border-color: rgb(254,121,189); }
td.TdClassName
{
border-color: #FE79BD;
}
.TagClassName
{
border-color: #FE79BD;
}
</style>