Shades of Persian Pink #FF76BD
Tints of Persian Pink #FF76BD
RGB
CMYK
RGB Variations
Color information
#FF76BD (or 0xFF76BD) is known color: Persian Pink. HEX triplet: FF, 76 and BD. RGB value is (255,118,189). Sum of RGB (Red+Green+Blue) = 255+118+189=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76BD is #008942. Grayscale: #A6A6A6. Windows color (decimal): -35139 or 12416767. OLE color: 12416767.
HSL color Cylindrical-coordinate representation of color #FF76BD: hue angle of 328.91º 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 #FF76BD is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 189 | - |
| CMYK | 0 | 0.54 | 0.26 | 0 |
| HSL | 328.91º | 1% | 0.73% | - |
| HSV(B) | 328.91º | 0.54% | 1% | - |
| XYZ | 56.9 | 37.89 | 52.46 | - |
| YUV | 167.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 189 | 0 | 0.54 | 0.26 | 0 | 328.91 | 1 | 0.73 |
| Hex | FF | 76 | BD | 0 | 36 | 1A | 0 | 149 | 64 | 49 |
| Octal | 377 | 166 | 275 | 0 | 66 | 32 | 0 | 511 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10111101 | 0 | 110110 | 11010 | 0 | 101001001 | 1100100 | 1001001 |
Color Harmonies of #FF76BD
Complementary color
Monochromatic Colors of #FF76BD
Black with #FF76BD
Text Example
Text Example
White with #FF76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76BD; }
p { color: rgb(255,118,189); }
H1.HeaderClassName
{
color: #FF76BD;
}
.AnyTagClassName
{
color: #FF76BD;
}
</style>
background-color css
<style>
a { background-color: #FF76BD; }
a { background-color: rgb(255,118,189); }
div.DivClassName
{
background-color: #FF76BD;
}
.BgClassName
{
background-color: #FF76BD;
}
</style>
border-color css
<style>
span { border-color: #FF76BD; }
span { border-color: rgb(255,118,189); }
td.TdClassName
{
border-color: #FF76BD;
}
.TagClassName
{
border-color: #FF76BD;
}
</style>