Shades of Persian Pink #F477BA
Tints of Persian Pink #F477BA
RGB
CMYK
RGB Variations
Color information
#F477BA (or 0xF477BA) is known color: Persian Pink. HEX triplet: F4, 77 and BA. RGB value is (244,119,186). Sum of RGB (Red+Green+Blue) = 244+119+186=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F477BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F477BA is #0B8845. Grayscale: #A3A3A3. Windows color (decimal): -755782 or 12220404. OLE color: 12220404.
HSL color Cylindrical-coordinate representation of color #F477BA: hue angle of 327.84º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F477BA is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 186 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.04 |
| HSL | 327.84º | 0.85% | 0.71% | - |
| HSV(B) | 327.84º | 0.51% | 0.96% | - |
| XYZ | 52.77 | 35.97 | 50.62 | - |
| YUV | 164.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 186 | 0 | 0.51 | 0.24 | 0.04 | 327.84 | 0.85 | 0.71 |
| Hex | F4 | 77 | BA | 0 | 33 | 18 | 4 | 148 | 55 | 47 |
| Octal | 364 | 167 | 272 | 0 | 63 | 30 | 4 | 510 | 125 | 107 |
| Binary | 11110100 | 1110111 | 10111010 | 0 | 110011 | 11000 | 100 | 101001000 | 1010101 | 1000111 |
Color Harmonies of #F477BA
Complementary color
Monochromatic Colors of #F477BA
Black with #F477BA
Text Example
Text Example
White with #F477BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F477BA; }
p { color: rgb(244,119,186); }
H1.HeaderClassName
{
color: #F477BA;
}
.AnyTagClassName
{
color: #F477BA;
}
</style>
background-color css
<style>
a { background-color: #F477BA; }
a { background-color: rgb(244,119,186); }
div.DivClassName
{
background-color: #F477BA;
}
.BgClassName
{
background-color: #F477BA;
}
</style>
border-color css
<style>
span { border-color: #F477BA; }
span { border-color: rgb(244,119,186); }
td.TdClassName
{
border-color: #F477BA;
}
.TagClassName
{
border-color: #F477BA;
}
</style>