Shades of Persian Pink #FF83B8
Tints of Persian Pink #FF83B8
RGB
CMYK
RGB Variations
Color information
#FF83B8 (or 0xFF83B8) is known color: Persian Pink. HEX triplet: FF, 83 and B8. RGB value is (255,131,184). Sum of RGB (Red+Green+Blue) = 255+131+184=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83B8 is #007C47. Grayscale: #AEAEAE. Windows color (decimal): -31816 or 12092415. OLE color: 12092415.
HSL color Cylindrical-coordinate representation of color #FF83B8: hue angle of 334.35º 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 #FF83B8 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 184 | - |
| CMYK | 0 | 0.49 | 0.28 | 0 |
| HSL | 334.35º | 1% | 0.76% | - |
| HSV(B) | 334.35º | 0.49% | 1% | - |
| XYZ | 58.01 | 40.95 | 50.19 | - |
| YUV | 174.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 184 | 0 | 0.49 | 0.28 | 0 | 334.35 | 1 | 0.76 |
| Hex | FF | 83 | B8 | 0 | 31 | 1C | 0 | 14E | 64 | 4C |
| Octal | 377 | 203 | 270 | 0 | 61 | 34 | 0 | 516 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10111000 | 0 | 110001 | 11100 | 0 | 101001110 | 1100100 | 1001100 |
Color Harmonies of #FF83B8
Complementary color
Monochromatic Colors of #FF83B8
Black with #FF83B8
Text Example
Text Example
White with #FF83B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83B8; }
p { color: rgb(255,131,184); }
H1.HeaderClassName
{
color: #FF83B8;
}
.AnyTagClassName
{
color: #FF83B8;
}
</style>
background-color css
<style>
a { background-color: #FF83B8; }
a { background-color: rgb(255,131,184); }
div.DivClassName
{
background-color: #FF83B8;
}
.BgClassName
{
background-color: #FF83B8;
}
</style>
border-color css
<style>
span { border-color: #FF83B8; }
span { border-color: rgb(255,131,184); }
td.TdClassName
{
border-color: #FF83B8;
}
.TagClassName
{
border-color: #FF83B8;
}
</style>