Shades of Persian Pink #F473BD
Tints of Persian Pink #F473BD
RGB
CMYK
RGB Variations
Color information
#F473BD (or 0xF473BD) is known color: Persian Pink. HEX triplet: F4, 73 and BD. RGB value is (244,115,189). Sum of RGB (Red+Green+Blue) = 244+115+189=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F473BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473BD is #0B8C42. Grayscale: #A1A1A1. Windows color (decimal): -756803 or 12415988. OLE color: 12415988.
HSL color Cylindrical-coordinate representation of color #F473BD: hue angle of 325.58º 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 #F473BD is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 189 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.04 |
| HSL | 325.58º | 0.85% | 0.7% | - |
| HSV(B) | 325.58º | 0.53% | 0.96% | - |
| XYZ | 52.62 | 35.17 | 52.16 | - |
| YUV | 162.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 189 | 0 | 0.53 | 0.23 | 0.04 | 325.58 | 0.85 | 0.7 |
| Hex | F4 | 73 | BD | 0 | 35 | 17 | 4 | 146 | 55 | 46 |
| Octal | 364 | 163 | 275 | 0 | 65 | 27 | 4 | 506 | 125 | 106 |
| Binary | 11110100 | 1110011 | 10111101 | 0 | 110101 | 10111 | 100 | 101000110 | 1010101 | 1000110 |
Color Harmonies of #F473BD
Complementary color
Monochromatic Colors of #F473BD
Black with #F473BD
Text Example
Text Example
White with #F473BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473BD; }
p { color: rgb(244,115,189); }
H1.HeaderClassName
{
color: #F473BD;
}
.AnyTagClassName
{
color: #F473BD;
}
</style>
background-color css
<style>
a { background-color: #F473BD; }
a { background-color: rgb(244,115,189); }
div.DivClassName
{
background-color: #F473BD;
}
.BgClassName
{
background-color: #F473BD;
}
</style>
border-color css
<style>
span { border-color: #F473BD; }
span { border-color: rgb(244,115,189); }
td.TdClassName
{
border-color: #F473BD;
}
.TagClassName
{
border-color: #F473BD;
}
</style>