Shades of Persian Pink #F473BE
Tints of Persian Pink #F473BE
RGB
CMYK
RGB Variations
Color information
#F473BE (or 0xF473BE) is known color: Persian Pink. HEX triplet: F4, 73 and BE. RGB value is (244,115,190). Sum of RGB (Red+Green+Blue) = 244+115+190=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F473BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473BE is #0B8C41. Grayscale: #A1A1A1. Windows color (decimal): -756802 or 12481524. OLE color: 12481524.
HSL color Cylindrical-coordinate representation of color #F473BE: hue angle of 325.12º degrees, saturation: 0.85, 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 #F473BE is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 190 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.04 |
| HSL | 325.12º | 0.85% | 0.7% | - |
| HSV(B) | 325.12º | 0.53% | 0.96% | - |
| XYZ | 52.73 | 35.21 | 52.73 | - |
| YUV | 162.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 190 | 0 | 0.53 | 0.22 | 0.04 | 325.12 | 0.85 | 0.7 |
| Hex | F4 | 73 | BE | 0 | 35 | 16 | 4 | 145 | 55 | 46 |
| Octal | 364 | 163 | 276 | 0 | 65 | 26 | 4 | 505 | 125 | 106 |
| Binary | 11110100 | 1110011 | 10111110 | 0 | 110101 | 10110 | 100 | 101000101 | 1010101 | 1000110 |
Color Harmonies of #F473BE
Complementary color
Monochromatic Colors of #F473BE
Black with #F473BE
Text Example
Text Example
White with #F473BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473BE; }
p { color: rgb(244,115,190); }
H1.HeaderClassName
{
color: #F473BE;
}
.AnyTagClassName
{
color: #F473BE;
}
</style>
background-color css
<style>
a { background-color: #F473BE; }
a { background-color: rgb(244,115,190); }
div.DivClassName
{
background-color: #F473BE;
}
.BgClassName
{
background-color: #F473BE;
}
</style>
border-color css
<style>
span { border-color: #F473BE; }
span { border-color: rgb(244,115,190); }
td.TdClassName
{
border-color: #F473BE;
}
.TagClassName
{
border-color: #F473BE;
}
</style>