Shades of Persian Pink #FF83BD
Tints of Persian Pink #FF83BD
RGB
CMYK
RGB Variations
Color information
#FF83BD (or 0xFF83BD) is known color: Persian Pink. HEX triplet: FF, 83 and BD. RGB value is (255,131,189). Sum of RGB (Red+Green+Blue) = 255+131+189=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83BD is #007C42. Grayscale: #AEAEAE. Windows color (decimal): -31811 or 12420095. OLE color: 12420095.
HSL color Cylindrical-coordinate representation of color #FF83BD: hue angle of 331.94º 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 #FF83BD is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 189 | - |
| CMYK | 0 | 0.49 | 0.26 | 0 |
| HSL | 331.94º | 1% | 0.76% | - |
| HSV(B) | 331.94º | 0.49% | 1% | - |
| XYZ | 58.54 | 41.17 | 53 | - |
| YUV | 174.69 | 136.08 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 189 | 0 | 0.49 | 0.26 | 0 | 331.94 | 1 | 0.76 |
| Hex | FF | 83 | BD | 0 | 31 | 1A | 0 | 14C | 64 | 4C |
| Octal | 377 | 203 | 275 | 0 | 61 | 32 | 0 | 514 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10111101 | 0 | 110001 | 11010 | 0 | 101001100 | 1100100 | 1001100 |
Color Harmonies of #FF83BD
Complementary color
Monochromatic Colors of #FF83BD
Black with #FF83BD
Text Example
Text Example
White with #FF83BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83BD; }
p { color: rgb(255,131,189); }
H1.HeaderClassName
{
color: #FF83BD;
}
.AnyTagClassName
{
color: #FF83BD;
}
</style>
background-color css
<style>
a { background-color: #FF83BD; }
a { background-color: rgb(255,131,189); }
div.DivClassName
{
background-color: #FF83BD;
}
.BgClassName
{
background-color: #FF83BD;
}
</style>
border-color css
<style>
span { border-color: #FF83BD; }
span { border-color: rgb(255,131,189); }
td.TdClassName
{
border-color: #FF83BD;
}
.TagClassName
{
border-color: #FF83BD;
}
</style>