Shades of Persian Pink #F479BD
Tints of Persian Pink #F479BD
RGB
CMYK
RGB Variations
Color information
#F479BD (or 0xF479BD) is known color: Persian Pink. HEX triplet: F4, 79 and BD. RGB value is (244,121,189). Sum of RGB (Red+Green+Blue) = 244+121+189=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F479BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479BD is #0B8642. Grayscale: #A5A5A5. Windows color (decimal): -755267 or 12417524. OLE color: 12417524.
HSL color Cylindrical-coordinate representation of color #F479BD: hue angle of 326.83º 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 #F479BD is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 189 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.04 |
| HSL | 326.83º | 0.85% | 0.72% | - |
| HSV(B) | 326.83º | 0.5% | 0.96% | - |
| XYZ | 53.33 | 36.58 | 52.39 | - |
| YUV | 165.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 189 | 0 | 0.50 | 0.23 | 0.04 | 326.83 | 0.85 | 0.72 |
| Hex | F4 | 79 | BD | 0 | 32 | 17 | 4 | 147 | 55 | 48 |
| Octal | 364 | 171 | 275 | 0 | 62 | 27 | 4 | 507 | 125 | 110 |
| Binary | 11110100 | 1111001 | 10111101 | 0 | 110010 | 10111 | 100 | 101000111 | 1010101 | 1001000 |
Color Harmonies of #F479BD
Complementary color
Monochromatic Colors of #F479BD
Black with #F479BD
Text Example
Text Example
White with #F479BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F479BD; }
p { color: rgb(244,121,189); }
H1.HeaderClassName
{
color: #F479BD;
}
.AnyTagClassName
{
color: #F479BD;
}
</style>
background-color css
<style>
a { background-color: #F479BD; }
a { background-color: rgb(244,121,189); }
div.DivClassName
{
background-color: #F479BD;
}
.BgClassName
{
background-color: #F479BD;
}
</style>
border-color css
<style>
span { border-color: #F479BD; }
span { border-color: rgb(244,121,189); }
td.TdClassName
{
border-color: #F479BD;
}
.TagClassName
{
border-color: #F479BD;
}
</style>