Shades of Persian Pink #FF82B7
Tints of Persian Pink #FF82B7
RGB
CMYK
RGB Variations
Color information
#FF82B7 (or 0xFF82B7) is known color: Persian Pink. HEX triplet: FF, 82 and B7. RGB value is (255,130,183). Sum of RGB (Red+Green+Blue) = 255+130+183=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82B7 is #007D48. Grayscale: #ADADAD. Windows color (decimal): -32073 or 12026623. OLE color: 12026623.
HSL color Cylindrical-coordinate representation of color #FF82B7: hue angle of 334.56º 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 #FF82B7 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 183 | - |
| CMYK | 0 | 0.49 | 0.28 | 0 |
| HSL | 334.56º | 1% | 0.75% | - |
| HSV(B) | 334.56º | 0.49% | 1% | - |
| XYZ | 57.77 | 40.64 | 49.6 | - |
| YUV | 173.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 183 | 0 | 0.49 | 0.28 | 0 | 334.56 | 1 | 0.75 |
| Hex | FF | 82 | B7 | 0 | 31 | 1C | 0 | 14F | 64 | 4B |
| Octal | 377 | 202 | 267 | 0 | 61 | 34 | 0 | 517 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10110111 | 0 | 110001 | 11100 | 0 | 101001111 | 1100100 | 1001011 |
Color Harmonies of #FF82B7
Complementary color
Monochromatic Colors of #FF82B7
Black with #FF82B7
Text Example
Text Example
White with #FF82B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82B7; }
p { color: rgb(255,130,183); }
H1.HeaderClassName
{
color: #FF82B7;
}
.AnyTagClassName
{
color: #FF82B7;
}
</style>
background-color css
<style>
a { background-color: #FF82B7; }
a { background-color: rgb(255,130,183); }
div.DivClassName
{
background-color: #FF82B7;
}
.BgClassName
{
background-color: #FF82B7;
}
</style>
border-color css
<style>
span { border-color: #FF82B7; }
span { border-color: rgb(255,130,183); }
td.TdClassName
{
border-color: #FF82B7;
}
.TagClassName
{
border-color: #FF82B7;
}
</style>