Shades of Persian Pink #FF78B5
Tints of Persian Pink #FF78B5
RGB
CMYK
RGB Variations
Color information
#FF78B5 (or 0xFF78B5) is known color: Persian Pink. HEX triplet: FF, 78 and B5. RGB value is (255,120,181). Sum of RGB (Red+Green+Blue) = 255+120+181=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78B5 is #00874A. Grayscale: #A7A7A7. Windows color (decimal): -34635 or 11892991. OLE color: 11892991.
HSL color Cylindrical-coordinate representation of color #FF78B5: hue angle of 332.89º 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 #FF78B5 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 181 | - |
| CMYK | 0 | 0.53 | 0.29 | 0 |
| HSL | 332.89º | 1% | 0.74% | - |
| HSV(B) | 332.89º | 0.53% | 1% | - |
| XYZ | 56.3 | 38.03 | 48.09 | - |
| YUV | 167.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 181 | 0 | 0.53 | 0.29 | 0 | 332.89 | 1 | 0.74 |
| Hex | FF | 78 | B5 | 0 | 35 | 1D | 0 | 14D | 64 | 4A |
| Octal | 377 | 170 | 265 | 0 | 65 | 35 | 0 | 515 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10110101 | 0 | 110101 | 11101 | 0 | 101001101 | 1100100 | 1001010 |
Color Harmonies of #FF78B5
Complementary color
Monochromatic Colors of #FF78B5
Black with #FF78B5
Text Example
Text Example
White with #FF78B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78B5; }
p { color: rgb(255,120,181); }
H1.HeaderClassName
{
color: #FF78B5;
}
.AnyTagClassName
{
color: #FF78B5;
}
</style>
background-color css
<style>
a { background-color: #FF78B5; }
a { background-color: rgb(255,120,181); }
div.DivClassName
{
background-color: #FF78B5;
}
.BgClassName
{
background-color: #FF78B5;
}
</style>
border-color css
<style>
span { border-color: #FF78B5; }
span { border-color: rgb(255,120,181); }
td.TdClassName
{
border-color: #FF78B5;
}
.TagClassName
{
border-color: #FF78B5;
}
</style>