Shades of Persian Pink #FF78BE
Tints of Persian Pink #FF78BE
RGB
CMYK
RGB Variations
Color information
#FF78BE (or 0xFF78BE) is known color: Persian Pink. HEX triplet: FF, 78 and BE. RGB value is (255,120,190). Sum of RGB (Red+Green+Blue) = 255+120+190=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78BE is #008741. Grayscale: #A8A8A8. Windows color (decimal): -34626 or 12482815. OLE color: 12482815.
HSL color Cylindrical-coordinate representation of color #FF78BE: hue angle of 328.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 #FF78BE is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 190 | - |
| CMYK | 0 | 0.53 | 0.25 | 0 |
| HSL | 328.89º | 1% | 0.74% | - |
| HSV(B) | 328.89º | 0.53% | 1% | - |
| XYZ | 57.25 | 38.41 | 53.11 | - |
| YUV | 168.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 190 | 0 | 0.53 | 0.25 | 0 | 328.89 | 1 | 0.74 |
| Hex | FF | 78 | BE | 0 | 35 | 19 | 0 | 149 | 64 | 4A |
| Octal | 377 | 170 | 276 | 0 | 65 | 31 | 0 | 511 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10111110 | 0 | 110101 | 11001 | 0 | 101001001 | 1100100 | 1001010 |
Color Harmonies of #FF78BE
Complementary color
Monochromatic Colors of #FF78BE
Black with #FF78BE
Text Example
Text Example
White with #FF78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78BE; }
p { color: rgb(255,120,190); }
H1.HeaderClassName
{
color: #FF78BE;
}
.AnyTagClassName
{
color: #FF78BE;
}
</style>
background-color css
<style>
a { background-color: #FF78BE; }
a { background-color: rgb(255,120,190); }
div.DivClassName
{
background-color: #FF78BE;
}
.BgClassName
{
background-color: #FF78BE;
}
</style>
border-color css
<style>
span { border-color: #FF78BE; }
span { border-color: rgb(255,120,190); }
td.TdClassName
{
border-color: #FF78BE;
}
.TagClassName
{
border-color: #FF78BE;
}
</style>