Shades of Persian Pink #FF78BC
Tints of Persian Pink #FF78BC
RGB
CMYK
RGB Variations
Color information
#FF78BC (or 0xFF78BC) is known color: Persian Pink. HEX triplet: FF, 78 and BC. RGB value is (255,120,188). Sum of RGB (Red+Green+Blue) = 255+120+188=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78BC is #008743. Grayscale: #A7A7A7. Windows color (decimal): -34628 or 12351743. OLE color: 12351743.
HSL color Cylindrical-coordinate representation of color #FF78BC: hue angle of 329.78º 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 #FF78BC is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 188 | - |
| CMYK | 0 | 0.53 | 0.26 | 0 |
| HSL | 329.78º | 1% | 0.74% | - |
| HSV(B) | 329.78º | 0.53% | 1% | - |
| XYZ | 57.03 | 38.32 | 51.97 | - |
| YUV | 168.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 188 | 0 | 0.53 | 0.26 | 0 | 329.78 | 1 | 0.74 |
| Hex | FF | 78 | BC | 0 | 35 | 1A | 0 | 14A | 64 | 4A |
| Octal | 377 | 170 | 274 | 0 | 65 | 32 | 0 | 512 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10111100 | 0 | 110101 | 11010 | 0 | 101001010 | 1100100 | 1001010 |
Color Harmonies of #FF78BC
Complementary color
Monochromatic Colors of #FF78BC
Black with #FF78BC
Text Example
Text Example
White with #FF78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78BC; }
p { color: rgb(255,120,188); }
H1.HeaderClassName
{
color: #FF78BC;
}
.AnyTagClassName
{
color: #FF78BC;
}
</style>
background-color css
<style>
a { background-color: #FF78BC; }
a { background-color: rgb(255,120,188); }
div.DivClassName
{
background-color: #FF78BC;
}
.BgClassName
{
background-color: #FF78BC;
}
</style>
border-color css
<style>
span { border-color: #FF78BC; }
span { border-color: rgb(255,120,188); }
td.TdClassName
{
border-color: #FF78BC;
}
.TagClassName
{
border-color: #FF78BC;
}
</style>