Shades of Persian Pink #F583B5
Tints of Persian Pink #F583B5
RGB
CMYK
RGB Variations
Color information
#F583B5 (or 0xF583B5) is known color: Persian Pink. HEX triplet: F5, 83 and B5. RGB value is (245,131,181). Sum of RGB (Red+Green+Blue) = 245+131+181=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F583B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F583B5 is #0A7C4A. Grayscale: #AAAAAA. Windows color (decimal): -687179 or 11895797. OLE color: 11895797.
HSL color Cylindrical-coordinate representation of color #F583B5: hue angle of 333.68º 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 #F583B5 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 181 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.04 |
| HSL | 333.68º | 0.85% | 0.74% | - |
| HSV(B) | 333.68º | 0.47% | 0.96% | - |
| XYZ | 54.11 | 38.98 | 48.39 | - |
| YUV | 170.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 181 | 0 | 0.47 | 0.26 | 0.04 | 333.68 | 0.85 | 0.74 |
| Hex | F5 | 83 | B5 | 0 | 2F | 1A | 4 | 14E | 55 | 4A |
| Octal | 365 | 203 | 265 | 0 | 57 | 32 | 4 | 516 | 125 | 112 |
| Binary | 11110101 | 10000011 | 10110101 | 0 | 101111 | 11010 | 100 | 101001110 | 1010101 | 1001010 |
Color Harmonies of #F583B5
Complementary color
Monochromatic Colors of #F583B5
Black with #F583B5
Text Example
Text Example
White with #F583B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F583B5; }
p { color: rgb(245,131,181); }
H1.HeaderClassName
{
color: #F583B5;
}
.AnyTagClassName
{
color: #F583B5;
}
</style>
background-color css
<style>
a { background-color: #F583B5; }
a { background-color: rgb(245,131,181); }
div.DivClassName
{
background-color: #F583B5;
}
.BgClassName
{
background-color: #F583B5;
}
</style>
border-color css
<style>
span { border-color: #F583B5; }
span { border-color: rgb(245,131,181); }
td.TdClassName
{
border-color: #F583B5;
}
.TagClassName
{
border-color: #F583B5;
}
</style>