Shades of Persian Pink #FF83B7
Tints of Persian Pink #FF83B7
RGB
CMYK
RGB Variations
Color information
#FF83B7 (or 0xFF83B7) is known color: Persian Pink. HEX triplet: FF, 83 and B7. RGB value is (255,131,183). Sum of RGB (Red+Green+Blue) = 255+131+183=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83B7 is #007C48. Grayscale: #ADADAD. Windows color (decimal): -31817 or 12026879. OLE color: 12026879.
HSL color Cylindrical-coordinate representation of color #FF83B7: hue angle of 334.84º 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 #FF83B7 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 183 | - |
| CMYK | 0 | 0.49 | 0.28 | 0 |
| HSL | 334.84º | 1% | 0.76% | - |
| HSV(B) | 334.84º | 0.49% | 1% | - |
| XYZ | 57.9 | 40.91 | 49.64 | - |
| YUV | 174 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 183 | 0 | 0.49 | 0.28 | 0 | 334.84 | 1 | 0.76 |
| Hex | FF | 83 | B7 | 0 | 31 | 1C | 0 | 14F | 64 | 4C |
| Octal | 377 | 203 | 267 | 0 | 61 | 34 | 0 | 517 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10110111 | 0 | 110001 | 11100 | 0 | 101001111 | 1100100 | 1001100 |
Color Harmonies of #FF83B7
Complementary color
Monochromatic Colors of #FF83B7
Black with #FF83B7
Text Example
Text Example
White with #FF83B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83B7; }
p { color: rgb(255,131,183); }
H1.HeaderClassName
{
color: #FF83B7;
}
.AnyTagClassName
{
color: #FF83B7;
}
</style>
background-color css
<style>
a { background-color: #FF83B7; }
a { background-color: rgb(255,131,183); }
div.DivClassName
{
background-color: #FF83B7;
}
.BgClassName
{
background-color: #FF83B7;
}
</style>
border-color css
<style>
span { border-color: #FF83B7; }
span { border-color: rgb(255,131,183); }
td.TdClassName
{
border-color: #FF83B7;
}
.TagClassName
{
border-color: #FF83B7;
}
</style>