Shades of Persian Pink #FF78BD
Tints of Persian Pink #FF78BD
RGB
CMYK
RGB Variations
Color information
#FF78BD (or 0xFF78BD) is known color: Persian Pink. HEX triplet: FF, 78 and BD. RGB value is (255,120,189). Sum of RGB (Red+Green+Blue) = 255+120+189=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78BD is #008742. Grayscale: #A8A8A8. Windows color (decimal): -34627 or 12417279. OLE color: 12417279.
HSL color Cylindrical-coordinate representation of color #FF78BD: hue angle of 329.33º 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 #FF78BD is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 189 | - |
| CMYK | 0 | 0.53 | 0.26 | 0 |
| HSL | 329.33º | 1% | 0.74% | - |
| HSV(B) | 329.33º | 0.53% | 1% | - |
| XYZ | 57.14 | 38.37 | 52.54 | - |
| YUV | 168.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 189 | 0 | 0.53 | 0.26 | 0 | 329.33 | 1 | 0.74 |
| Hex | FF | 78 | BD | 0 | 35 | 1A | 0 | 149 | 64 | 4A |
| Octal | 377 | 170 | 275 | 0 | 65 | 32 | 0 | 511 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10111101 | 0 | 110101 | 11010 | 0 | 101001001 | 1100100 | 1001010 |
Color Harmonies of #FF78BD
Complementary color
Monochromatic Colors of #FF78BD
Black with #FF78BD
Text Example
Text Example
White with #FF78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78BD; }
p { color: rgb(255,120,189); }
H1.HeaderClassName
{
color: #FF78BD;
}
.AnyTagClassName
{
color: #FF78BD;
}
</style>
background-color css
<style>
a { background-color: #FF78BD; }
a { background-color: rgb(255,120,189); }
div.DivClassName
{
background-color: #FF78BD;
}
.BgClassName
{
background-color: #FF78BD;
}
</style>
border-color css
<style>
span { border-color: #FF78BD; }
span { border-color: rgb(255,120,189); }
td.TdClassName
{
border-color: #FF78BD;
}
.TagClassName
{
border-color: #FF78BD;
}
</style>