Shades of Persian Pink #F581B9
Tints of Persian Pink #F581B9
RGB
CMYK
RGB Variations
Color information
#F581B9 (or 0xF581B9) is known color: Persian Pink. HEX triplet: F5, 81 and B9. RGB value is (245,129,185). Sum of RGB (Red+Green+Blue) = 245+129+185=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F581B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581B9 is #0A7E46. Grayscale: #A9A9A9. Windows color (decimal): -687687 or 12157429. OLE color: 12157429.
HSL color Cylindrical-coordinate representation of color #F581B9: hue angle of 331.03º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F581B9 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 185 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.04 |
| HSL | 331.03º | 0.85% | 0.73% | - |
| HSV(B) | 331.03º | 0.47% | 0.96% | - |
| XYZ | 54.26 | 38.62 | 50.49 | - |
| YUV | 170.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 185 | 0 | 0.47 | 0.24 | 0.04 | 331.03 | 0.85 | 0.73 |
| Hex | F5 | 81 | B9 | 0 | 2F | 18 | 4 | 14B | 55 | 49 |
| Octal | 365 | 201 | 271 | 0 | 57 | 30 | 4 | 513 | 125 | 111 |
| Binary | 11110101 | 10000001 | 10111001 | 0 | 101111 | 11000 | 100 | 101001011 | 1010101 | 1001001 |
Color Harmonies of #F581B9
Complementary color
Monochromatic Colors of #F581B9
Black with #F581B9
Text Example
Text Example
White with #F581B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F581B9; }
p { color: rgb(245,129,185); }
H1.HeaderClassName
{
color: #F581B9;
}
.AnyTagClassName
{
color: #F581B9;
}
</style>
background-color css
<style>
a { background-color: #F581B9; }
a { background-color: rgb(245,129,185); }
div.DivClassName
{
background-color: #F581B9;
}
.BgClassName
{
background-color: #F581B9;
}
</style>
border-color css
<style>
span { border-color: #F581B9; }
span { border-color: rgb(245,129,185); }
td.TdClassName
{
border-color: #F581B9;
}
.TagClassName
{
border-color: #F581B9;
}
</style>