Shades of Persian Pink #F472BD
Tints of Persian Pink #F472BD
RGB
CMYK
RGB Variations
Color information
#F472BD (or 0xF472BD) is known color: Persian Pink. HEX triplet: F4, 72 and BD. RGB value is (244,114,189). Sum of RGB (Red+Green+Blue) = 244+114+189=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F472BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F472BD is #0B8D42. Grayscale: #A1A1A1. Windows color (decimal): -757059 or 12415732. OLE color: 12415732.
HSL color Cylindrical-coordinate representation of color #F472BD: hue angle of 325.38º degrees, saturation: 0.86, 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 #F472BD is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 189 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.04 |
| HSL | 325.38º | 0.86% | 0.7% | - |
| HSV(B) | 325.38º | 0.53% | 0.96% | - |
| XYZ | 52.51 | 34.94 | 52.12 | - |
| YUV | 161.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 189 | 0 | 0.53 | 0.23 | 0.04 | 325.38 | 0.86 | 0.7 |
| Hex | F4 | 72 | BD | 0 | 35 | 17 | 4 | 145 | 56 | 46 |
| Octal | 364 | 162 | 275 | 0 | 65 | 27 | 4 | 505 | 126 | 106 |
| Binary | 11110100 | 1110010 | 10111101 | 0 | 110101 | 10111 | 100 | 101000101 | 1010110 | 1000110 |
Color Harmonies of #F472BD
Complementary color
Monochromatic Colors of #F472BD
Black with #F472BD
Text Example
Text Example
White with #F472BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F472BD; }
p { color: rgb(244,114,189); }
H1.HeaderClassName
{
color: #F472BD;
}
.AnyTagClassName
{
color: #F472BD;
}
</style>
background-color css
<style>
a { background-color: #F472BD; }
a { background-color: rgb(244,114,189); }
div.DivClassName
{
background-color: #F472BD;
}
.BgClassName
{
background-color: #F472BD;
}
</style>
border-color css
<style>
span { border-color: #F472BD; }
span { border-color: rgb(244,114,189); }
td.TdClassName
{
border-color: #F472BD;
}
.TagClassName
{
border-color: #F472BD;
}
</style>