Shades of Persian Pink #FD78BA
Tints of Persian Pink #FD78BA
RGB
CMYK
RGB Variations
Color information
#FD78BA (or 0xFD78BA) is known color: Persian Pink. HEX triplet: FD, 78 and BA. RGB value is (253,120,186). Sum of RGB (Red+Green+Blue) = 253+120+186=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD78BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD78BA is #028745. Grayscale: #A7A7A7. Windows color (decimal): -165702 or 12220669. OLE color: 12220669.
HSL color Cylindrical-coordinate representation of color #FD78BA: hue angle of 330.23º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD78BA is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 120 | 186 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.01 |
| HSL | 330.23º | 0.97% | 0.73% | - |
| HSV(B) | 330.23º | 0.53% | 0.99% | - |
| XYZ | 56.09 | 37.86 | 50.81 | - |
| YUV | 167.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 120 | 186 | 0 | 0.53 | 0.26 | 0.01 | 330.23 | 0.97 | 0.73 |
| Hex | FD | 78 | BA | 0 | 35 | 1A | 1 | 14A | 61 | 49 |
| Octal | 375 | 170 | 272 | 0 | 65 | 32 | 1 | 512 | 141 | 111 |
| Binary | 11111101 | 1111000 | 10111010 | 0 | 110101 | 11010 | 1 | 101001010 | 1100001 | 1001001 |
Color Harmonies of #FD78BA
Complementary color
Monochromatic Colors of #FD78BA
Black with #FD78BA
Text Example
Text Example
White with #FD78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD78BA; }
p { color: rgb(253,120,186); }
H1.HeaderClassName
{
color: #FD78BA;
}
.AnyTagClassName
{
color: #FD78BA;
}
</style>
background-color css
<style>
a { background-color: #FD78BA; }
a { background-color: rgb(253,120,186); }
div.DivClassName
{
background-color: #FD78BA;
}
.BgClassName
{
background-color: #FD78BA;
}
</style>
border-color css
<style>
span { border-color: #FD78BA; }
span { border-color: rgb(253,120,186); }
td.TdClassName
{
border-color: #FD78BA;
}
.TagClassName
{
border-color: #FD78BA;
}
</style>