Shades of Persian Pink #FF79B8
Tints of Persian Pink #FF79B8
RGB
CMYK
RGB Variations
Color information
#FF79B8 (or 0xFF79B8) is known color: Persian Pink. HEX triplet: FF, 79 and B8. RGB value is (255,121,184). Sum of RGB (Red+Green+Blue) = 255+121+184=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79B8 is #008647. Grayscale: #A8A8A8. Windows color (decimal): -34376 or 12089855. OLE color: 12089855.
HSL color Cylindrical-coordinate representation of color #FF79B8: hue angle of 331.79º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF79B8 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 184 | - |
| CMYK | 0 | 0.53 | 0.28 | 0 |
| HSL | 331.79º | 1% | 0.74% | - |
| HSV(B) | 331.79º | 0.53% | 1% | - |
| XYZ | 56.73 | 38.4 | 49.77 | - |
| YUV | 168.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 184 | 0 | 0.53 | 0.28 | 0 | 331.79 | 1 | 0.74 |
| Hex | FF | 79 | B8 | 0 | 35 | 1C | 0 | 14C | 64 | 4A |
| Octal | 377 | 171 | 270 | 0 | 65 | 34 | 0 | 514 | 144 | 112 |
| Binary | 11111111 | 1111001 | 10111000 | 0 | 110101 | 11100 | 0 | 101001100 | 1100100 | 1001010 |
Color Harmonies of #FF79B8
Complementary color
Monochromatic Colors of #FF79B8
Black with #FF79B8
Text Example
Text Example
White with #FF79B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79B8; }
p { color: rgb(255,121,184); }
H1.HeaderClassName
{
color: #FF79B8;
}
.AnyTagClassName
{
color: #FF79B8;
}
</style>
background-color css
<style>
a { background-color: #FF79B8; }
a { background-color: rgb(255,121,184); }
div.DivClassName
{
background-color: #FF79B8;
}
.BgClassName
{
background-color: #FF79B8;
}
</style>
border-color css
<style>
span { border-color: #FF79B8; }
span { border-color: rgb(255,121,184); }
td.TdClassName
{
border-color: #FF79B8;
}
.TagClassName
{
border-color: #FF79B8;
}
</style>