Shades of Persian Pink #F780C0
Tints of Persian Pink #F780C0
RGB
CMYK
RGB Variations
Color information
#F780C0 (or 0xF780C0) is known color: Persian Pink. HEX triplet: F7, 80 and C0. RGB value is (247,128,192). Sum of RGB (Red+Green+Blue) = 247+128+192=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F780C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780C0 is #087F3F. Grayscale: #AAAAAA. Windows color (decimal): -556864 or 12615927. OLE color: 12615927.
HSL color Cylindrical-coordinate representation of color #F780C0: hue angle of 327.73º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F780C0 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 192 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.03 |
| HSL | 327.73º | 0.88% | 0.74% | - |
| HSV(B) | 327.73º | 0.48% | 0.97% | - |
| XYZ | 55.59 | 39.02 | 54.47 | - |
| YUV | 170.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 192 | 0 | 0.48 | 0.22 | 0.03 | 327.73 | 0.88 | 0.74 |
| Hex | F7 | 80 | C0 | 0 | 30 | 16 | 3 | 148 | 58 | 4A |
| Octal | 367 | 200 | 300 | 0 | 60 | 26 | 3 | 510 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11000000 | 0 | 110000 | 10110 | 11 | 101001000 | 1011000 | 1001010 |
Color Harmonies of #F780C0
Complementary color
Monochromatic Colors of #F780C0
Black with #F780C0
Text Example
Text Example
White with #F780C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780C0; }
p { color: rgb(247,128,192); }
H1.HeaderClassName
{
color: #F780C0;
}
.AnyTagClassName
{
color: #F780C0;
}
</style>
background-color css
<style>
a { background-color: #F780C0; }
a { background-color: rgb(247,128,192); }
div.DivClassName
{
background-color: #F780C0;
}
.BgClassName
{
background-color: #F780C0;
}
</style>
border-color css
<style>
span { border-color: #F780C0; }
span { border-color: rgb(247,128,192); }
td.TdClassName
{
border-color: #F780C0;
}
.TagClassName
{
border-color: #F780C0;
}
</style>