Shades of Persian Pink #FE79BB
Tints of Persian Pink #FE79BB
RGB
CMYK
RGB Variations
Color information
#FE79BB (or 0xFE79BB) is known color: Persian Pink. HEX triplet: FE, 79 and BB. RGB value is (254,121,187). Sum of RGB (Red+Green+Blue) = 254+121+187=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79BB is #018644. Grayscale: #A8A8A8. Windows color (decimal): -99909 or 12286462. OLE color: 12286462.
HSL color Cylindrical-coordinate representation of color #FE79BB: hue angle of 330.23º 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 #FE79BB is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 187 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.00 |
| HSL | 330.23º | 0.99% | 0.74% | - |
| HSV(B) | 330.23º | 0.52% | 1% | - |
| XYZ | 56.68 | 38.33 | 51.43 | - |
| YUV | 168.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 187 | 0 | 0.52 | 0.26 | 0.00 | 330.23 | 0.99 | 0.74 |
| Hex | FE | 79 | BB | 0 | 34 | 1A | 0 | 14A | 63 | 4A |
| Octal | 376 | 171 | 273 | 0 | 64 | 32 | 0 | 512 | 143 | 112 |
| Binary | 11111110 | 1111001 | 10111011 | 0 | 110100 | 11010 | 0 | 101001010 | 1100011 | 1001010 |
Color Harmonies of #FE79BB
Complementary color
Monochromatic Colors of #FE79BB
Black with #FE79BB
Text Example
Text Example
White with #FE79BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79BB; }
p { color: rgb(254,121,187); }
H1.HeaderClassName
{
color: #FE79BB;
}
.AnyTagClassName
{
color: #FE79BB;
}
</style>
background-color css
<style>
a { background-color: #FE79BB; }
a { background-color: rgb(254,121,187); }
div.DivClassName
{
background-color: #FE79BB;
}
.BgClassName
{
background-color: #FE79BB;
}
</style>
border-color css
<style>
span { border-color: #FE79BB; }
span { border-color: rgb(254,121,187); }
td.TdClassName
{
border-color: #FE79BB;
}
.TagClassName
{
border-color: #FE79BB;
}
</style>