Shades of Persian Pink #F573B7
Tints of Persian Pink #F573B7
RGB
CMYK
RGB Variations
Color information
#F573B7 (or 0xF573B7) is known color: Persian Pink. HEX triplet: F5, 73 and B7. RGB value is (245,115,183). Sum of RGB (Red+Green+Blue) = 245+115+183=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F573B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F573B7 is #0A8C48. Grayscale: #A1A1A1. Windows color (decimal): -691273 or 12022773. OLE color: 12022773.
HSL color Cylindrical-coordinate representation of color #F573B7: hue angle of 328.62º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F573B7 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 183 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.04 |
| HSL | 328.62º | 0.87% | 0.71% | - |
| HSV(B) | 328.62º | 0.53% | 0.96% | - |
| XYZ | 52.33 | 35.09 | 48.82 | - |
| YUV | 161.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 183 | 0 | 0.53 | 0.25 | 0.04 | 328.62 | 0.87 | 0.71 |
| Hex | F5 | 73 | B7 | 0 | 35 | 19 | 4 | 149 | 57 | 47 |
| Octal | 365 | 163 | 267 | 0 | 65 | 31 | 4 | 511 | 127 | 107 |
| Binary | 11110101 | 1110011 | 10110111 | 0 | 110101 | 11001 | 100 | 101001001 | 1010111 | 1000111 |
Color Harmonies of #F573B7
Complementary color
Monochromatic Colors of #F573B7
Black with #F573B7
Text Example
Text Example
White with #F573B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573B7; }
p { color: rgb(245,115,183); }
H1.HeaderClassName
{
color: #F573B7;
}
.AnyTagClassName
{
color: #F573B7;
}
</style>
background-color css
<style>
a { background-color: #F573B7; }
a { background-color: rgb(245,115,183); }
div.DivClassName
{
background-color: #F573B7;
}
.BgClassName
{
background-color: #F573B7;
}
</style>
border-color css
<style>
span { border-color: #F573B7; }
span { border-color: rgb(245,115,183); }
td.TdClassName
{
border-color: #F573B7;
}
.TagClassName
{
border-color: #F573B7;
}
</style>