Shades of Persian Pink #FF83B9
Tints of Persian Pink #FF83B9
RGB
CMYK
RGB Variations
Color information
#FF83B9 (or 0xFF83B9) is known color: Persian Pink. HEX triplet: FF, 83 and B9. RGB value is (255,131,185). Sum of RGB (Red+Green+Blue) = 255+131+185=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83B9 is #007C46. Grayscale: #AEAEAE. Windows color (decimal): -31815 or 12157951. OLE color: 12157951.
HSL color Cylindrical-coordinate representation of color #FF83B9: hue angle of 333.87º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83B9 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 185 | - |
| CMYK | 0 | 0.49 | 0.27 | 0 |
| HSL | 333.87º | 1% | 0.76% | - |
| HSV(B) | 333.87º | 0.49% | 1% | - |
| XYZ | 58.11 | 41 | 50.75 | - |
| YUV | 174.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 185 | 0 | 0.49 | 0.27 | 0 | 333.87 | 1 | 0.76 |
| Hex | FF | 83 | B9 | 0 | 31 | 1B | 0 | 14E | 64 | 4C |
| Octal | 377 | 203 | 271 | 0 | 61 | 33 | 0 | 516 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10111001 | 0 | 110001 | 11011 | 0 | 101001110 | 1100100 | 1001100 |
Color Harmonies of #FF83B9
Complementary color
Monochromatic Colors of #FF83B9
Black with #FF83B9
Text Example
Text Example
White with #FF83B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83B9; }
p { color: rgb(255,131,185); }
H1.HeaderClassName
{
color: #FF83B9;
}
.AnyTagClassName
{
color: #FF83B9;
}
</style>
background-color css
<style>
a { background-color: #FF83B9; }
a { background-color: rgb(255,131,185); }
div.DivClassName
{
background-color: #FF83B9;
}
.BgClassName
{
background-color: #FF83B9;
}
</style>
border-color css
<style>
span { border-color: #FF83B9; }
span { border-color: rgb(255,131,185); }
td.TdClassName
{
border-color: #FF83B9;
}
.TagClassName
{
border-color: #FF83B9;
}
</style>