Shades of Persian Pink #FF79C0
Tints of Persian Pink #FF79C0
RGB
CMYK
RGB Variations
Color information
#FF79C0 (or 0xFF79C0) is known color: Persian Pink. HEX triplet: FF, 79 and C0. RGB value is (255,121,192). Sum of RGB (Red+Green+Blue) = 255+121+192=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79C0 is #00863F. Grayscale: #A9A9A9. Windows color (decimal): -34368 or 12614143. OLE color: 12614143.
HSL color Cylindrical-coordinate representation of color #FF79C0: hue angle of 328.21º 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 #FF79C0 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 192 | - |
| CMYK | 0 | 0.53 | 0.25 | 0 |
| HSL | 328.21º | 1% | 0.74% | - |
| HSV(B) | 328.21º | 0.53% | 1% | - |
| XYZ | 57.59 | 38.74 | 54.31 | - |
| YUV | 169.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 192 | 0 | 0.53 | 0.25 | 0 | 328.21 | 1 | 0.74 |
| Hex | FF | 79 | C0 | 0 | 35 | 19 | 0 | 148 | 64 | 4A |
| Octal | 377 | 171 | 300 | 0 | 65 | 31 | 0 | 510 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11000000 | 0 | 110101 | 11001 | 0 | 101001000 | 1100100 | 1001010 |
Color Harmonies of #FF79C0
Complementary color
Monochromatic Colors of #FF79C0
Black with #FF79C0
Text Example
Text Example
White with #FF79C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79C0; }
p { color: rgb(255,121,192); }
H1.HeaderClassName
{
color: #FF79C0;
}
.AnyTagClassName
{
color: #FF79C0;
}
</style>
background-color css
<style>
a { background-color: #FF79C0; }
a { background-color: rgb(255,121,192); }
div.DivClassName
{
background-color: #FF79C0;
}
.BgClassName
{
background-color: #FF79C0;
}
</style>
border-color css
<style>
span { border-color: #FF79C0; }
span { border-color: rgb(255,121,192); }
td.TdClassName
{
border-color: #FF79C0;
}
.TagClassName
{
border-color: #FF79C0;
}
</style>