Shades of Persian Pink #FF81B5
Tints of Persian Pink #FF81B5
RGB
CMYK
RGB Variations
Color information
#FF81B5 (or 0xFF81B5) is known color: Persian Pink. HEX triplet: FF, 81 and B5. RGB value is (255,129,181). Sum of RGB (Red+Green+Blue) = 255+129+181=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81B5 is #007E4A. Grayscale: #ACACAC. Windows color (decimal): -32331 or 11895295. OLE color: 11895295.
HSL color Cylindrical-coordinate representation of color #FF81B5: hue angle of 335.24º 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 #FF81B5 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 129 | 181 | - |
CMYK | 0 | 0.49 | 0.29 | 0 |
HSL | 335.24º | 1% | 0.75% | - |
HSV(B) | 335.24º | 0.49% | 1% | - |
XYZ | 57.43 | 40.3 | 48.47 | - |
YUV | 172.6 | 132.74 | 186.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 129 | 181 | 0 | 0.49 | 0.29 | 0 | 335.24 | 1 | 0.75 |
Hex | FF | 81 | B5 | 0 | 31 | 1D | 0 | 14F | 64 | 4B |
Octal | 377 | 201 | 265 | 0 | 61 | 35 | 0 | 517 | 144 | 113 |
Binary | 11111111 | 10000001 | 10110101 | 0 | 110001 | 11101 | 0 | 101001111 | 1100100 | 1001011 |
Color Harmonies of #FF81B5
Complementary color
Monochromatic Colors of #FF81B5
Black with #FF81B5
Text Example
Text Example
White with #FF81B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81B5; }
p { color: rgb(255,129,181); }
H1.HeaderClassName
{
color: #FF81B5;
}
.AnyTagClassName
{
color: #FF81B5;
}
</style>
background-color css
<style>
a { background-color: #FF81B5; }
a { background-color: rgb(255,129,181); }
div.DivClassName
{
background-color: #FF81B5;
}
.BgClassName
{
background-color: #FF81B5;
}
</style>
border-color css
<style>
span { border-color: #FF81B5; }
span { border-color: rgb(255,129,181); }
td.TdClassName
{
border-color: #FF81B5;
}
.TagClassName
{
border-color: #FF81B5;
}
</style>