Shades of Persian Pink #F078AF
Tints of Persian Pink #F078AF
RGB
CMYK
RGB Variations
Color information
#F078AF (or 0xF078AF) is known color: Persian Pink. HEX triplet: F0, 78 and AF. RGB value is (240,120,175). Sum of RGB (Red+Green+Blue) = 240+120+175=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F078AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F078AF is #0F8750. Grayscale: #A2A2A2. Windows color (decimal): -1017681 or 11499760. OLE color: 11499760.
HSL color Cylindrical-coordinate representation of color #F078AF: hue angle of 332.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F078AF is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 175 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.06 |
| HSL | 332.5º | 0.8% | 0.71% | - |
| HSV(B) | 332.5º | 0.5% | 0.94% | - |
| XYZ | 50.39 | 35.05 | 44.67 | - |
| YUV | 162.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 175 | 0 | 0.5 | 0.27 | 0.06 | 332.5 | 0.8 | 0.71 |
| Hex | F0 | 78 | AF | 0 | 32 | 1B | 6 | 14C | 50 | 47 |
| Octal | 360 | 170 | 257 | 0 | 62 | 33 | 6 | 514 | 120 | 107 |
| Binary | 11110000 | 1111000 | 10101111 | 0 | 110010 | 11011 | 110 | 101001100 | 1010000 | 1000111 |
Color Harmonies of #F078AF
Complementary color
Monochromatic Colors of #F078AF
Black with #F078AF
Text Example
Text Example
White with #F078AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F078AF; }
p { color: rgb(240,120,175); }
H1.HeaderClassName
{
color: #F078AF;
}
.AnyTagClassName
{
color: #F078AF;
}
</style>
background-color css
<style>
a { background-color: #F078AF; }
a { background-color: rgb(240,120,175); }
div.DivClassName
{
background-color: #F078AF;
}
.BgClassName
{
background-color: #F078AF;
}
</style>
border-color css
<style>
span { border-color: #F078AF; }
span { border-color: rgb(240,120,175); }
td.TdClassName
{
border-color: #F078AF;
}
.TagClassName
{
border-color: #F078AF;
}
</style>