Shades of Persian Pink #FF83B5
Tints of Persian Pink #FF83B5
RGB
CMYK
RGB Variations
Color information
#FF83B5 (or 0xFF83B5) is known color: Persian Pink. HEX triplet: FF, 83 and B5. RGB value is (255,131,181). Sum of RGB (Red+Green+Blue) = 255+131+181=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83B5 is #007C4A. Grayscale: #ADADAD. Windows color (decimal): -31819 or 11895807. OLE color: 11895807.
HSL color Cylindrical-coordinate representation of color #FF83B5: hue angle of 335.81º 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 #FF83B5 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 181 | - |
| CMYK | 0 | 0.49 | 0.29 | 0 |
| HSL | 335.81º | 1% | 0.76% | - |
| HSV(B) | 335.81º | 0.49% | 1% | - |
| XYZ | 57.7 | 40.83 | 48.56 | - |
| YUV | 173.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 181 | 0 | 0.49 | 0.29 | 0 | 335.81 | 1 | 0.76 |
| Hex | FF | 83 | B5 | 0 | 31 | 1D | 0 | 150 | 64 | 4C |
| Octal | 377 | 203 | 265 | 0 | 61 | 35 | 0 | 520 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10110101 | 0 | 110001 | 11101 | 0 | 101010000 | 1100100 | 1001100 |
Color Harmonies of #FF83B5
Complementary color
Monochromatic Colors of #FF83B5
Black with #FF83B5
Text Example
Text Example
White with #FF83B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83B5; }
p { color: rgb(255,131,181); }
H1.HeaderClassName
{
color: #FF83B5;
}
.AnyTagClassName
{
color: #FF83B5;
}
</style>
background-color css
<style>
a { background-color: #FF83B5; }
a { background-color: rgb(255,131,181); }
div.DivClassName
{
background-color: #FF83B5;
}
.BgClassName
{
background-color: #FF83B5;
}
</style>
border-color css
<style>
span { border-color: #FF83B5; }
span { border-color: rgb(255,131,181); }
td.TdClassName
{
border-color: #FF83B5;
}
.TagClassName
{
border-color: #FF83B5;
}
</style>