Shades of Persian Pink #F572BE
Tints of Persian Pink #F572BE
RGB
CMYK
RGB Variations
Color information
#F572BE (or 0xF572BE) is known color: Persian Pink. HEX triplet: F5, 72 and BE. RGB value is (245,114,190). Sum of RGB (Red+Green+Blue) = 245+114+190=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F572BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F572BE is #0A8D41. Grayscale: #A1A1A1. Windows color (decimal): -691522 or 12481269. OLE color: 12481269.
HSL color Cylindrical-coordinate representation of color #F572BE: hue angle of 325.19º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F572BE is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 190 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.04 |
| HSL | 325.19º | 0.87% | 0.7% | - |
| HSV(B) | 325.19º | 0.53% | 0.96% | - |
| XYZ | 52.97 | 35.16 | 52.71 | - |
| YUV | 161.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 190 | 0 | 0.53 | 0.22 | 0.04 | 325.19 | 0.87 | 0.7 |
| Hex | F5 | 72 | BE | 0 | 35 | 16 | 4 | 145 | 57 | 46 |
| Octal | 365 | 162 | 276 | 0 | 65 | 26 | 4 | 505 | 127 | 106 |
| Binary | 11110101 | 1110010 | 10111110 | 0 | 110101 | 10110 | 100 | 101000101 | 1010111 | 1000110 |
Color Harmonies of #F572BE
Complementary color
Monochromatic Colors of #F572BE
Black with #F572BE
Text Example
Text Example
White with #F572BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F572BE; }
p { color: rgb(245,114,190); }
H1.HeaderClassName
{
color: #F572BE;
}
.AnyTagClassName
{
color: #F572BE;
}
</style>
background-color css
<style>
a { background-color: #F572BE; }
a { background-color: rgb(245,114,190); }
div.DivClassName
{
background-color: #F572BE;
}
.BgClassName
{
background-color: #F572BE;
}
</style>
border-color css
<style>
span { border-color: #F572BE; }
span { border-color: rgb(245,114,190); }
td.TdClassName
{
border-color: #F572BE;
}
.TagClassName
{
border-color: #F572BE;
}
</style>