Shades of Persian Pink #FF78B9
Tints of Persian Pink #FF78B9
RGB
CMYK
RGB Variations
Color information
#FF78B9 (or 0xFF78B9) is known color: Persian Pink. HEX triplet: FF, 78 and B9. RGB value is (255,120,185). Sum of RGB (Red+Green+Blue) = 255+120+185=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78B9 is #008746. Grayscale: #A7A7A7. Windows color (decimal): -34631 or 12155135. OLE color: 12155135.
HSL color Cylindrical-coordinate representation of color #FF78B9: hue angle of 331.11º 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 #FF78B9 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 185 | - |
| CMYK | 0 | 0.53 | 0.27 | 0 |
| HSL | 331.11º | 1% | 0.74% | - |
| HSV(B) | 331.11º | 0.53% | 1% | - |
| XYZ | 56.71 | 38.2 | 50.28 | - |
| YUV | 167.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 185 | 0 | 0.53 | 0.27 | 0 | 331.11 | 1 | 0.74 |
| Hex | FF | 78 | B9 | 0 | 35 | 1B | 0 | 14B | 64 | 4A |
| Octal | 377 | 170 | 271 | 0 | 65 | 33 | 0 | 513 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10111001 | 0 | 110101 | 11011 | 0 | 101001011 | 1100100 | 1001010 |
Color Harmonies of #FF78B9
Complementary color
Monochromatic Colors of #FF78B9
Black with #FF78B9
Text Example
Text Example
White with #FF78B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78B9; }
p { color: rgb(255,120,185); }
H1.HeaderClassName
{
color: #FF78B9;
}
.AnyTagClassName
{
color: #FF78B9;
}
</style>
background-color css
<style>
a { background-color: #FF78B9; }
a { background-color: rgb(255,120,185); }
div.DivClassName
{
background-color: #FF78B9;
}
.BgClassName
{
background-color: #FF78B9;
}
</style>
border-color css
<style>
span { border-color: #FF78B9; }
span { border-color: rgb(255,120,185); }
td.TdClassName
{
border-color: #FF78B9;
}
.TagClassName
{
border-color: #FF78B9;
}
</style>