Shades of Persian Pink #FF82BE
Tints of Persian Pink #FF82BE
RGB
CMYK
RGB Variations
Color information
#FF82BE (or 0xFF82BE) is known color: Persian Pink. HEX triplet: FF, 82 and BE. RGB value is (255,130,190). Sum of RGB (Red+Green+Blue) = 255+130+190=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82BE is #007D41. Grayscale: #AEAEAE. Windows color (decimal): -32066 or 12485375. OLE color: 12485375.
HSL color Cylindrical-coordinate representation of color #FF82BE: hue angle of 331.2º 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 #FF82BE is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 190 | - |
| CMYK | 0 | 0.49 | 0.25 | 0 |
| HSL | 331.2º | 1% | 0.75% | - |
| HSV(B) | 331.2º | 0.49% | 1% | - |
| XYZ | 58.52 | 40.94 | 53.53 | - |
| YUV | 174.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 190 | 0 | 0.49 | 0.25 | 0 | 331.2 | 1 | 0.75 |
| Hex | FF | 82 | BE | 0 | 31 | 19 | 0 | 14B | 64 | 4B |
| Octal | 377 | 202 | 276 | 0 | 61 | 31 | 0 | 513 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10111110 | 0 | 110001 | 11001 | 0 | 101001011 | 1100100 | 1001011 |
Color Harmonies of #FF82BE
Complementary color
Monochromatic Colors of #FF82BE
Black with #FF82BE
Text Example
Text Example
White with #FF82BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82BE; }
p { color: rgb(255,130,190); }
H1.HeaderClassName
{
color: #FF82BE;
}
.AnyTagClassName
{
color: #FF82BE;
}
</style>
background-color css
<style>
a { background-color: #FF82BE; }
a { background-color: rgb(255,130,190); }
div.DivClassName
{
background-color: #FF82BE;
}
.BgClassName
{
background-color: #FF82BE;
}
</style>
border-color css
<style>
span { border-color: #FF82BE; }
span { border-color: rgb(255,130,190); }
td.TdClassName
{
border-color: #FF82BE;
}
.TagClassName
{
border-color: #FF82BE;
}
</style>