Shades of Persian Pink #FD80C0
Tints of Persian Pink #FD80C0
RGB
CMYK
RGB Variations
Color information
#FD80C0 (or 0xFD80C0) is known color: Persian Pink. HEX triplet: FD, 80 and C0. RGB value is (253,128,192). Sum of RGB (Red+Green+Blue) = 253+128+192=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80C0 is #027F3F. Grayscale: #ACACAC. Windows color (decimal): -163648 or 12615933. OLE color: 12615933.
HSL color Cylindrical-coordinate representation of color #FD80C0: hue angle of 329.28º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD80C0 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 192 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.01 |
| HSL | 329.28º | 0.97% | 0.75% | - |
| HSV(B) | 329.28º | 0.49% | 0.99% | - |
| XYZ | 57.74 | 40.13 | 54.57 | - |
| YUV | 172.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 192 | 0 | 0.49 | 0.24 | 0.01 | 329.28 | 0.97 | 0.75 |
| Hex | FD | 80 | C0 | 0 | 31 | 18 | 1 | 149 | 61 | 4B |
| Octal | 375 | 200 | 300 | 0 | 61 | 30 | 1 | 511 | 141 | 113 |
| Binary | 11111101 | 10000000 | 11000000 | 0 | 110001 | 11000 | 1 | 101001001 | 1100001 | 1001011 |
Color Harmonies of #FD80C0
Complementary color
Monochromatic Colors of #FD80C0
Black with #FD80C0
Text Example
Text Example
White with #FD80C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD80C0; }
p { color: rgb(253,128,192); }
H1.HeaderClassName
{
color: #FD80C0;
}
.AnyTagClassName
{
color: #FD80C0;
}
</style>
background-color css
<style>
a { background-color: #FD80C0; }
a { background-color: rgb(253,128,192); }
div.DivClassName
{
background-color: #FD80C0;
}
.BgClassName
{
background-color: #FD80C0;
}
</style>
border-color css
<style>
span { border-color: #FD80C0; }
span { border-color: rgb(253,128,192); }
td.TdClassName
{
border-color: #FD80C0;
}
.TagClassName
{
border-color: #FD80C0;
}
</style>