Shades of Persian Pink #F47AB1
Tints of Persian Pink #F47AB1
RGB
CMYK
RGB Variations
Color information
#F47AB1 (or 0xF47AB1) is known color: Persian Pink. HEX triplet: F4, 7A and B1. RGB value is (244,122,177). Sum of RGB (Red+Green+Blue) = 244+122+177=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47AB1 is #0B854E. Grayscale: #A4A4A4. Windows color (decimal): -755023 or 11631348. OLE color: 11631348.
HSL color Cylindrical-coordinate representation of color #F47AB1: hue angle of 332.95º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47AB1 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 177 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.04 |
| HSL | 332.95º | 0.85% | 0.72% | - |
| HSV(B) | 332.95º | 0.5% | 0.96% | - |
| XYZ | 52.2 | 36.33 | 45.86 | - |
| YUV | 164.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 177 | 0 | 0.5 | 0.27 | 0.04 | 332.95 | 0.85 | 0.72 |
| Hex | F4 | 7A | B1 | 0 | 32 | 1B | 4 | 14D | 55 | 48 |
| Octal | 364 | 172 | 261 | 0 | 62 | 33 | 4 | 515 | 125 | 110 |
| Binary | 11110100 | 1111010 | 10110001 | 0 | 110010 | 11011 | 100 | 101001101 | 1010101 | 1001000 |
Color Harmonies of #F47AB1
Complementary color
Monochromatic Colors of #F47AB1
Black with #F47AB1
Text Example
Text Example
White with #F47AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47AB1; }
p { color: rgb(244,122,177); }
H1.HeaderClassName
{
color: #F47AB1;
}
.AnyTagClassName
{
color: #F47AB1;
}
</style>
background-color css
<style>
a { background-color: #F47AB1; }
a { background-color: rgb(244,122,177); }
div.DivClassName
{
background-color: #F47AB1;
}
.BgClassName
{
background-color: #F47AB1;
}
</style>
border-color css
<style>
span { border-color: #F47AB1; }
span { border-color: rgb(244,122,177); }
td.TdClassName
{
border-color: #F47AB1;
}
.TagClassName
{
border-color: #F47AB1;
}
</style>