Shades of Persian Pink #FB78BC
Tints of Persian Pink #FB78BC
RGB
CMYK
RGB Variations
Color information
#FB78BC (or 0xFB78BC) is known color: Persian Pink. HEX triplet: FB, 78 and BC. RGB value is (251,120,188). Sum of RGB (Red+Green+Blue) = 251+120+188=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78BC is #048743. Grayscale: #A6A6A6. Windows color (decimal): -296772 or 12351739. OLE color: 12351739.
HSL color Cylindrical-coordinate representation of color #FB78BC: hue angle of 328.85º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB78BC is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 188 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.02 |
| HSL | 328.85º | 0.94% | 0.73% | - |
| HSV(B) | 328.85º | 0.52% | 0.98% | - |
| XYZ | 55.58 | 37.57 | 51.9 | - |
| YUV | 166.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 188 | 0 | 0.52 | 0.25 | 0.02 | 328.85 | 0.94 | 0.73 |
| Hex | FB | 78 | BC | 0 | 34 | 19 | 2 | 149 | 5E | 49 |
| Octal | 373 | 170 | 274 | 0 | 64 | 31 | 2 | 511 | 136 | 111 |
| Binary | 11111011 | 1111000 | 10111100 | 0 | 110100 | 11001 | 10 | 101001001 | 1011110 | 1001001 |
Color Harmonies of #FB78BC
Complementary color
Monochromatic Colors of #FB78BC
Black with #FB78BC
Text Example
Text Example
White with #FB78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB78BC; }
p { color: rgb(251,120,188); }
H1.HeaderClassName
{
color: #FB78BC;
}
.AnyTagClassName
{
color: #FB78BC;
}
</style>
background-color css
<style>
a { background-color: #FB78BC; }
a { background-color: rgb(251,120,188); }
div.DivClassName
{
background-color: #FB78BC;
}
.BgClassName
{
background-color: #FB78BC;
}
</style>
border-color css
<style>
span { border-color: #FB78BC; }
span { border-color: rgb(251,120,188); }
td.TdClassName
{
border-color: #FB78BC;
}
.TagClassName
{
border-color: #FB78BC;
}
</style>