Shades of Persian Pink #FF81BD
Tints of Persian Pink #FF81BD
RGB
CMYK
RGB Variations
Color information
#FF81BD (or 0xFF81BD) is known color: Persian Pink. HEX triplet: FF, 81 and BD. RGB value is (255,129,189). Sum of RGB (Red+Green+Blue) = 255+129+189=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81BD is #007E42. Grayscale: #ADADAD. Windows color (decimal): -32323 or 12419583. OLE color: 12419583.
HSL color Cylindrical-coordinate representation of color #FF81BD: hue angle of 331.43º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF81BD is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 189 | - |
| CMYK | 0 | 0.49 | 0.26 | 0 |
| HSL | 331.43º | 1% | 0.75% | - |
| HSV(B) | 331.43º | 0.49% | 1% | - |
| XYZ | 58.28 | 40.63 | 52.92 | - |
| YUV | 173.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 189 | 0 | 0.49 | 0.26 | 0 | 331.43 | 1 | 0.75 |
| Hex | FF | 81 | BD | 0 | 31 | 1A | 0 | 14B | 64 | 4B |
| Octal | 377 | 201 | 275 | 0 | 61 | 32 | 0 | 513 | 144 | 113 |
| Binary | 11111111 | 10000001 | 10111101 | 0 | 110001 | 11010 | 0 | 101001011 | 1100100 | 1001011 |
Color Harmonies of #FF81BD
Complementary color
Monochromatic Colors of #FF81BD
Black with #FF81BD
Text Example
Text Example
White with #FF81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81BD; }
p { color: rgb(255,129,189); }
H1.HeaderClassName
{
color: #FF81BD;
}
.AnyTagClassName
{
color: #FF81BD;
}
</style>
background-color css
<style>
a { background-color: #FF81BD; }
a { background-color: rgb(255,129,189); }
div.DivClassName
{
background-color: #FF81BD;
}
.BgClassName
{
background-color: #FF81BD;
}
</style>
border-color css
<style>
span { border-color: #FF81BD; }
span { border-color: rgb(255,129,189); }
td.TdClassName
{
border-color: #FF81BD;
}
.TagClassName
{
border-color: #FF81BD;
}
</style>