Shades of Persian Pink #F779C5
Tints of Persian Pink #F779C5
RGB
CMYK
RGB Variations
Color information
#F779C5 (or 0xF779C5) is known color: Persian Pink. HEX triplet: F7, 79 and C5. RGB value is (247,121,197). Sum of RGB (Red+Green+Blue) = 247+121+197=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F779C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779C5 is #08863A. Grayscale: #A7A7A7. Windows color (decimal): -558651 or 12941815. OLE color: 12941815.
HSL color Cylindrical-coordinate representation of color #F779C5: hue angle of 323.81º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F779C5 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 197 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.03 |
| HSL | 323.81º | 0.89% | 0.72% | - |
| HSV(B) | 323.81º | 0.51% | 0.97% | - |
| XYZ | 55.27 | 37.48 | 57.14 | - |
| YUV | 167.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 197 | 0 | 0.51 | 0.20 | 0.03 | 323.81 | 0.89 | 0.72 |
| Hex | F7 | 79 | C5 | 0 | 33 | 14 | 3 | 144 | 59 | 48 |
| Octal | 367 | 171 | 305 | 0 | 63 | 24 | 3 | 504 | 131 | 110 |
| Binary | 11110111 | 1111001 | 11000101 | 0 | 110011 | 10100 | 11 | 101000100 | 1011001 | 1001000 |
Color Harmonies of #F779C5
Complementary color
Monochromatic Colors of #F779C5
Black with #F779C5
Text Example
Text Example
White with #F779C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F779C5; }
p { color: rgb(247,121,197); }
H1.HeaderClassName
{
color: #F779C5;
}
.AnyTagClassName
{
color: #F779C5;
}
</style>
background-color css
<style>
a { background-color: #F779C5; }
a { background-color: rgb(247,121,197); }
div.DivClassName
{
background-color: #F779C5;
}
.BgClassName
{
background-color: #F779C5;
}
</style>
border-color css
<style>
span { border-color: #F779C5; }
span { border-color: rgb(247,121,197); }
td.TdClassName
{
border-color: #F779C5;
}
.TagClassName
{
border-color: #F779C5;
}
</style>