Shades of Persian Pink #F479C3
Tints of Persian Pink #F479C3
RGB
CMYK
RGB Variations
Color information
#F479C3 (or 0xF479C3) is known color: Persian Pink. HEX triplet: F4, 79 and C3. RGB value is (244,121,195). Sum of RGB (Red+Green+Blue) = 244+121+195=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F479C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479C3 is #0B863C. Grayscale: #A6A6A6. Windows color (decimal): -755261 or 12810740. OLE color: 12810740.
HSL color Cylindrical-coordinate representation of color #F479C3: hue angle of 323.9º 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 #F479C3 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 195 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.04 |
| HSL | 323.9º | 0.85% | 0.72% | - |
| HSV(B) | 323.9º | 0.5% | 0.96% | - |
| XYZ | 54 | 36.85 | 55.9 | - |
| YUV | 166.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 195 | 0 | 0.50 | 0.20 | 0.04 | 323.9 | 0.85 | 0.72 |
| Hex | F4 | 79 | C3 | 0 | 32 | 14 | 4 | 144 | 55 | 48 |
| Octal | 364 | 171 | 303 | 0 | 62 | 24 | 4 | 504 | 125 | 110 |
| Binary | 11110100 | 1111001 | 11000011 | 0 | 110010 | 10100 | 100 | 101000100 | 1010101 | 1001000 |
Color Harmonies of #F479C3
Complementary color
Monochromatic Colors of #F479C3
Black with #F479C3
Text Example
Text Example
White with #F479C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F479C3; }
p { color: rgb(244,121,195); }
H1.HeaderClassName
{
color: #F479C3;
}
.AnyTagClassName
{
color: #F479C3;
}
</style>
background-color css
<style>
a { background-color: #F479C3; }
a { background-color: rgb(244,121,195); }
div.DivClassName
{
background-color: #F479C3;
}
.BgClassName
{
background-color: #F479C3;
}
</style>
border-color css
<style>
span { border-color: #F479C3; }
span { border-color: rgb(244,121,195); }
td.TdClassName
{
border-color: #F479C3;
}
.TagClassName
{
border-color: #F479C3;
}
</style>