Shades of Persian Pink #F47DBA
Tints of Persian Pink #F47DBA
RGB
CMYK
RGB Variations
Color information
#F47DBA (or 0xF47DBA) is known color: Persian Pink. HEX triplet: F4, 7D and BA. RGB value is (244,125,186). Sum of RGB (Red+Green+Blue) = 244+125+186=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DBA is #0B8245. Grayscale: #A7A7A7. Windows color (decimal): -754246 or 12221940. OLE color: 12221940.
HSL color Cylindrical-coordinate representation of color #F47DBA: hue angle of 329.24º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47DBA is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 186 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.04 |
| HSL | 329.24º | 0.84% | 0.72% | - |
| HSV(B) | 329.24º | 0.49% | 0.96% | - |
| XYZ | 53.5 | 37.45 | 50.86 | - |
| YUV | 167.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 186 | 0 | 0.49 | 0.24 | 0.04 | 329.24 | 0.84 | 0.72 |
| Hex | F4 | 7D | BA | 0 | 31 | 18 | 4 | 149 | 54 | 48 |
| Octal | 364 | 175 | 272 | 0 | 61 | 30 | 4 | 511 | 124 | 110 |
| Binary | 11110100 | 1111101 | 10111010 | 0 | 110001 | 11000 | 100 | 101001001 | 1010100 | 1001000 |
Color Harmonies of #F47DBA
Complementary color
Monochromatic Colors of #F47DBA
Black with #F47DBA
Text Example
Text Example
White with #F47DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47DBA; }
p { color: rgb(244,125,186); }
H1.HeaderClassName
{
color: #F47DBA;
}
.AnyTagClassName
{
color: #F47DBA;
}
</style>
background-color css
<style>
a { background-color: #F47DBA; }
a { background-color: rgb(244,125,186); }
div.DivClassName
{
background-color: #F47DBA;
}
.BgClassName
{
background-color: #F47DBA;
}
</style>
border-color css
<style>
span { border-color: #F47DBA; }
span { border-color: rgb(244,125,186); }
td.TdClassName
{
border-color: #F47DBA;
}
.TagClassName
{
border-color: #F47DBA;
}
</style>