Shades of Persian Pink #FF76B9
Tints of Persian Pink #FF76B9
RGB
CMYK
RGB Variations
Color information
#FF76B9 (or 0xFF76B9) is known color: Persian Pink. HEX triplet: FF, 76 and B9. RGB value is (255,118,185). Sum of RGB (Red+Green+Blue) = 255+118+185=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76B9 is #008946. Grayscale: #A6A6A6. Windows color (decimal): -35143 or 12154623. OLE color: 12154623.
HSL color Cylindrical-coordinate representation of color #FF76B9: hue angle of 330.66º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76B9 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 185 | - |
| CMYK | 0 | 0.54 | 0.27 | 0 |
| HSL | 330.66º | 1% | 0.73% | - |
| HSV(B) | 330.66º | 0.54% | 1% | - |
| XYZ | 56.48 | 37.72 | 50.2 | - |
| YUV | 166.6 | 138.39 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 185 | 0 | 0.54 | 0.27 | 0 | 330.66 | 1 | 0.73 |
| Hex | FF | 76 | B9 | 0 | 36 | 1B | 0 | 14B | 64 | 49 |
| Octal | 377 | 166 | 271 | 0 | 66 | 33 | 0 | 513 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10111001 | 0 | 110110 | 11011 | 0 | 101001011 | 1100100 | 1001001 |
Color Harmonies of #FF76B9
Complementary color
Monochromatic Colors of #FF76B9
Black with #FF76B9
Text Example
Text Example
White with #FF76B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76B9; }
p { color: rgb(255,118,185); }
H1.HeaderClassName
{
color: #FF76B9;
}
.AnyTagClassName
{
color: #FF76B9;
}
</style>
background-color css
<style>
a { background-color: #FF76B9; }
a { background-color: rgb(255,118,185); }
div.DivClassName
{
background-color: #FF76B9;
}
.BgClassName
{
background-color: #FF76B9;
}
</style>
border-color css
<style>
span { border-color: #FF76B9; }
span { border-color: rgb(255,118,185); }
td.TdClassName
{
border-color: #FF76B9;
}
.TagClassName
{
border-color: #FF76B9;
}
</style>