Shades of Persian Pink #F78AB8
Tints of Persian Pink #F78AB8
RGB
CMYK
RGB Variations
Color information
#F78AB8 (or 0xF78AB8) is known color: Persian Pink. HEX triplet: F7, 8A and B8. RGB value is (247,138,184). Sum of RGB (Red+Green+Blue) = 247+138+184=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AB8 is #087547. Grayscale: #AFAFAF. Windows color (decimal): -554312 or 12094199. OLE color: 12094199.
HSL color Cylindrical-coordinate representation of color #F78AB8: hue angle of 334.68º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78AB8 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 184 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.03 |
| HSL | 334.68º | 0.87% | 0.75% | - |
| HSV(B) | 334.68º | 0.44% | 0.97% | - |
| XYZ | 56.1 | 41.41 | 50.38 | - |
| YUV | 175.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 184 | 0 | 0.44 | 0.26 | 0.03 | 334.68 | 0.87 | 0.75 |
| Hex | F7 | 8A | B8 | 0 | 2C | 1A | 3 | 14F | 57 | 4B |
| Octal | 367 | 212 | 270 | 0 | 54 | 32 | 3 | 517 | 127 | 113 |
| Binary | 11110111 | 10001010 | 10111000 | 0 | 101100 | 11010 | 11 | 101001111 | 1010111 | 1001011 |
Color Harmonies of #F78AB8
Complementary color
Monochromatic Colors of #F78AB8
Black with #F78AB8
Text Example
Text Example
White with #F78AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78AB8; }
p { color: rgb(247,138,184); }
H1.HeaderClassName
{
color: #F78AB8;
}
.AnyTagClassName
{
color: #F78AB8;
}
</style>
background-color css
<style>
a { background-color: #F78AB8; }
a { background-color: rgb(247,138,184); }
div.DivClassName
{
background-color: #F78AB8;
}
.BgClassName
{
background-color: #F78AB8;
}
</style>
border-color css
<style>
span { border-color: #F78AB8; }
span { border-color: rgb(247,138,184); }
td.TdClassName
{
border-color: #F78AB8;
}
.TagClassName
{
border-color: #F78AB8;
}
</style>