Shades of Persian Pink #FD79C2
Tints of Persian Pink #FD79C2
RGB
CMYK
RGB Variations
Color information
#FD79C2 (or 0xFD79C2) is known color: Persian Pink. HEX triplet: FD, 79 and C2. RGB value is (253,121,194). Sum of RGB (Red+Green+Blue) = 253+121+194=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD79C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD79C2 is #02863D. Grayscale: #A8A8A8. Windows color (decimal): -165438 or 12745213. OLE color: 12745213.
HSL color Cylindrical-coordinate representation of color #FD79C2: hue angle of 326.82º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD79C2 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 121 | 194 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.01 |
| HSL | 326.82º | 0.97% | 0.73% | - |
| HSV(B) | 326.82º | 0.52% | 0.99% | - |
| XYZ | 57.08 | 38.45 | 55.45 | - |
| YUV | 168.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 121 | 194 | 0 | 0.52 | 0.23 | 0.01 | 326.82 | 0.97 | 0.73 |
| Hex | FD | 79 | C2 | 0 | 34 | 17 | 1 | 147 | 61 | 49 |
| Octal | 375 | 171 | 302 | 0 | 64 | 27 | 1 | 507 | 141 | 111 |
| Binary | 11111101 | 1111001 | 11000010 | 0 | 110100 | 10111 | 1 | 101000111 | 1100001 | 1001001 |
Color Harmonies of #FD79C2
Complementary color
Monochromatic Colors of #FD79C2
Black with #FD79C2
Text Example
Text Example
White with #FD79C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD79C2; }
p { color: rgb(253,121,194); }
H1.HeaderClassName
{
color: #FD79C2;
}
.AnyTagClassName
{
color: #FD79C2;
}
</style>
background-color css
<style>
a { background-color: #FD79C2; }
a { background-color: rgb(253,121,194); }
div.DivClassName
{
background-color: #FD79C2;
}
.BgClassName
{
background-color: #FD79C2;
}
</style>
border-color css
<style>
span { border-color: #FD79C2; }
span { border-color: rgb(253,121,194); }
td.TdClassName
{
border-color: #FD79C2;
}
.TagClassName
{
border-color: #FD79C2;
}
</style>