Shades of Persian Pink #F77BC4
Tints of Persian Pink #F77BC4
RGB
CMYK
RGB Variations
Color information
#F77BC4 (or 0xF77BC4) is known color: Persian Pink. HEX triplet: F7, 7B and C4. RGB value is (247,123,196). Sum of RGB (Red+Green+Blue) = 247+123+196=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BC4 is #08843B. Grayscale: #A8A8A8. Windows color (decimal): -558140 or 12876791. OLE color: 12876791.
HSL color Cylindrical-coordinate representation of color #F77BC4: hue angle of 324.68º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77BC4 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 196 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.03 |
| HSL | 324.68º | 0.89% | 0.73% | - |
| HSV(B) | 324.68º | 0.5% | 0.97% | - |
| XYZ | 55.4 | 37.93 | 56.62 | - |
| YUV | 168.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 196 | 0 | 0.50 | 0.21 | 0.03 | 324.68 | 0.89 | 0.73 |
| Hex | F7 | 7B | C4 | 0 | 32 | 15 | 3 | 145 | 59 | 49 |
| Octal | 367 | 173 | 304 | 0 | 62 | 25 | 3 | 505 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11000100 | 0 | 110010 | 10101 | 11 | 101000101 | 1011001 | 1001001 |
Color Harmonies of #F77BC4
Complementary color
Monochromatic Colors of #F77BC4
Black with #F77BC4
Text Example
Text Example
White with #F77BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BC4; }
p { color: rgb(247,123,196); }
H1.HeaderClassName
{
color: #F77BC4;
}
.AnyTagClassName
{
color: #F77BC4;
}
</style>
background-color css
<style>
a { background-color: #F77BC4; }
a { background-color: rgb(247,123,196); }
div.DivClassName
{
background-color: #F77BC4;
}
.BgClassName
{
background-color: #F77BC4;
}
</style>
border-color css
<style>
span { border-color: #F77BC4; }
span { border-color: rgb(247,123,196); }
td.TdClassName
{
border-color: #F77BC4;
}
.TagClassName
{
border-color: #F77BC4;
}
</style>