Shades of Persian Pink #F479BA
Tints of Persian Pink #F479BA
RGB
CMYK
RGB Variations
Color information
#F479BA (or 0xF479BA) is known color: Persian Pink. HEX triplet: F4, 79 and BA. RGB value is (244,121,186). Sum of RGB (Red+Green+Blue) = 244+121+186=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F479BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479BA is #0B8645. Grayscale: #A5A5A5. Windows color (decimal): -755270 or 12220916. OLE color: 12220916.
HSL color Cylindrical-coordinate representation of color #F479BA: hue angle of 328.29º 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 #F479BA is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 186 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.04 |
| HSL | 328.29º | 0.85% | 0.72% | - |
| HSV(B) | 328.29º | 0.5% | 0.96% | - |
| XYZ | 53.01 | 36.45 | 50.7 | - |
| YUV | 165.19 | 139.75 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 186 | 0 | 0.50 | 0.24 | 0.04 | 328.29 | 0.85 | 0.72 |
| Hex | F4 | 79 | BA | 0 | 32 | 18 | 4 | 148 | 55 | 48 |
| Octal | 364 | 171 | 272 | 0 | 62 | 30 | 4 | 510 | 125 | 110 |
| Binary | 11110100 | 1111001 | 10111010 | 0 | 110010 | 11000 | 100 | 101001000 | 1010101 | 1001000 |
Color Harmonies of #F479BA
Complementary color
Monochromatic Colors of #F479BA
Black with #F479BA
Text Example
Text Example
White with #F479BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F479BA; }
p { color: rgb(244,121,186); }
H1.HeaderClassName
{
color: #F479BA;
}
.AnyTagClassName
{
color: #F479BA;
}
</style>
background-color css
<style>
a { background-color: #F479BA; }
a { background-color: rgb(244,121,186); }
div.DivClassName
{
background-color: #F479BA;
}
.BgClassName
{
background-color: #F479BA;
}
</style>
border-color css
<style>
span { border-color: #F479BA; }
span { border-color: rgb(244,121,186); }
td.TdClassName
{
border-color: #F479BA;
}
.TagClassName
{
border-color: #F479BA;
}
</style>