Shades of Persian Pink #FF81BC
Tints of Persian Pink #FF81BC
RGB
CMYK
RGB Variations
Color information
#FF81BC (or 0xFF81BC) is known color: Persian Pink. HEX triplet: FF, 81 and BC. RGB value is (255,129,188). Sum of RGB (Red+Green+Blue) = 255+129+188=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81BC is #007E43. Grayscale: #ADADAD. Windows color (decimal): -32324 or 12354047. OLE color: 12354047.
HSL color Cylindrical-coordinate representation of color #FF81BC: hue angle of 331.9º 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 #FF81BC is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 188 | - |
| CMYK | 0 | 0.49 | 0.26 | 0 |
| HSL | 331.9º | 1% | 0.75% | - |
| HSV(B) | 331.9º | 0.49% | 1% | - |
| XYZ | 58.17 | 40.59 | 52.35 | - |
| YUV | 173.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 188 | 0 | 0.49 | 0.26 | 0 | 331.9 | 1 | 0.75 |
| Hex | FF | 81 | BC | 0 | 31 | 1A | 0 | 14C | 64 | 4B |
| Octal | 377 | 201 | 274 | 0 | 61 | 32 | 0 | 514 | 144 | 113 |
| Binary | 11111111 | 10000001 | 10111100 | 0 | 110001 | 11010 | 0 | 101001100 | 1100100 | 1001011 |
Color Harmonies of #FF81BC
Complementary color
Monochromatic Colors of #FF81BC
Black with #FF81BC
Text Example
Text Example
White with #FF81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81BC; }
p { color: rgb(255,129,188); }
H1.HeaderClassName
{
color: #FF81BC;
}
.AnyTagClassName
{
color: #FF81BC;
}
</style>
background-color css
<style>
a { background-color: #FF81BC; }
a { background-color: rgb(255,129,188); }
div.DivClassName
{
background-color: #FF81BC;
}
.BgClassName
{
background-color: #FF81BC;
}
</style>
border-color css
<style>
span { border-color: #FF81BC; }
span { border-color: rgb(255,129,188); }
td.TdClassName
{
border-color: #FF81BC;
}
.TagClassName
{
border-color: #FF81BC;
}
</style>