Shades of Persian Pink #F473BB
Tints of Persian Pink #F473BB
RGB
CMYK
RGB Variations
Color information
#F473BB (or 0xF473BB) is known color: Persian Pink. HEX triplet: F4, 73 and BB. RGB value is (244,115,187). Sum of RGB (Red+Green+Blue) = 244+115+187=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F473BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473BB is #0B8C44. Grayscale: #A1A1A1. Windows color (decimal): -756805 or 12284916. OLE color: 12284916.
HSL color Cylindrical-coordinate representation of color #F473BB: hue angle of 326.51º 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 #F473BB is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 187 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.04 |
| HSL | 326.51º | 0.85% | 0.7% | - |
| HSV(B) | 326.51º | 0.53% | 0.96% | - |
| XYZ | 52.41 | 35.08 | 51.02 | - |
| YUV | 161.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 187 | 0 | 0.53 | 0.23 | 0.04 | 326.51 | 0.85 | 0.7 |
| Hex | F4 | 73 | BB | 0 | 35 | 17 | 4 | 147 | 55 | 46 |
| Octal | 364 | 163 | 273 | 0 | 65 | 27 | 4 | 507 | 125 | 106 |
| Binary | 11110100 | 1110011 | 10111011 | 0 | 110101 | 10111 | 100 | 101000111 | 1010101 | 1000110 |
Color Harmonies of #F473BB
Complementary color
Monochromatic Colors of #F473BB
Black with #F473BB
Text Example
Text Example
White with #F473BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473BB; }
p { color: rgb(244,115,187); }
H1.HeaderClassName
{
color: #F473BB;
}
.AnyTagClassName
{
color: #F473BB;
}
</style>
background-color css
<style>
a { background-color: #F473BB; }
a { background-color: rgb(244,115,187); }
div.DivClassName
{
background-color: #F473BB;
}
.BgClassName
{
background-color: #F473BB;
}
</style>
border-color css
<style>
span { border-color: #F473BB; }
span { border-color: rgb(244,115,187); }
td.TdClassName
{
border-color: #F473BB;
}
.TagClassName
{
border-color: #F473BB;
}
</style>