Shades of Persian Pink #FF79C2
Tints of Persian Pink #FF79C2
RGB
CMYK
RGB Variations
Color information
#FF79C2 (or 0xFF79C2) is known color: Persian Pink. HEX triplet: FF, 79 and C2. RGB value is (255,121,194). Sum of RGB (Red+Green+Blue) = 255+121+194=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79C2 is #00863D. Grayscale: #A9A9A9. Windows color (decimal): -34366 or 12745215. OLE color: 12745215.
HSL color Cylindrical-coordinate representation of color #FF79C2: hue angle of 327.31º 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 #FF79C2 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 194 | - |
| CMYK | 0 | 0.53 | 0.24 | 0 |
| HSL | 327.31º | 1% | 0.74% | - |
| HSV(B) | 327.31º | 0.53% | 1% | - |
| XYZ | 57.81 | 38.83 | 55.49 | - |
| YUV | 169.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 194 | 0 | 0.53 | 0.24 | 0 | 327.31 | 1 | 0.74 |
| Hex | FF | 79 | C2 | 0 | 35 | 18 | 0 | 147 | 64 | 4A |
| Octal | 377 | 171 | 302 | 0 | 65 | 30 | 0 | 507 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11000010 | 0 | 110101 | 11000 | 0 | 101000111 | 1100100 | 1001010 |
Color Harmonies of #FF79C2
Complementary color
Monochromatic Colors of #FF79C2
Black with #FF79C2
Text Example
Text Example
White with #FF79C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79C2; }
p { color: rgb(255,121,194); }
H1.HeaderClassName
{
color: #FF79C2;
}
.AnyTagClassName
{
color: #FF79C2;
}
</style>
background-color css
<style>
a { background-color: #FF79C2; }
a { background-color: rgb(255,121,194); }
div.DivClassName
{
background-color: #FF79C2;
}
.BgClassName
{
background-color: #FF79C2;
}
</style>
border-color css
<style>
span { border-color: #FF79C2; }
span { border-color: rgb(255,121,194); }
td.TdClassName
{
border-color: #FF79C2;
}
.TagClassName
{
border-color: #FF79C2;
}
</style>