Shades of Persian Pink #F583B7
Tints of Persian Pink #F583B7
RGB
CMYK
RGB Variations
Color information
#F583B7 (or 0xF583B7) is known color: Persian Pink. HEX triplet: F5, 83 and B7. RGB value is (245,131,183). Sum of RGB (Red+Green+Blue) = 245+131+183=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F583B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F583B7 is #0A7C48. Grayscale: #AAAAAA. Windows color (decimal): -687177 or 12026869. OLE color: 12026869.
HSL color Cylindrical-coordinate representation of color #F583B7: hue angle of 332.63º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F583B7 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 183 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.04 |
| HSL | 332.63º | 0.85% | 0.74% | - |
| HSV(B) | 332.63º | 0.47% | 0.96% | - |
| XYZ | 54.32 | 39.06 | 49.48 | - |
| YUV | 171.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 183 | 0 | 0.47 | 0.25 | 0.04 | 332.63 | 0.85 | 0.74 |
| Hex | F5 | 83 | B7 | 0 | 2F | 19 | 4 | 14D | 55 | 4A |
| Octal | 365 | 203 | 267 | 0 | 57 | 31 | 4 | 515 | 125 | 112 |
| Binary | 11110101 | 10000011 | 10110111 | 0 | 101111 | 11001 | 100 | 101001101 | 1010101 | 1001010 |
Color Harmonies of #F583B7
Complementary color
Monochromatic Colors of #F583B7
Black with #F583B7
Text Example
Text Example
White with #F583B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F583B7; }
p { color: rgb(245,131,183); }
H1.HeaderClassName
{
color: #F583B7;
}
.AnyTagClassName
{
color: #F583B7;
}
</style>
background-color css
<style>
a { background-color: #F583B7; }
a { background-color: rgb(245,131,183); }
div.DivClassName
{
background-color: #F583B7;
}
.BgClassName
{
background-color: #F583B7;
}
</style>
border-color css
<style>
span { border-color: #F583B7; }
span { border-color: rgb(245,131,183); }
td.TdClassName
{
border-color: #F583B7;
}
.TagClassName
{
border-color: #F583B7;
}
</style>