Shades of Persian Pink #F07ABC
Tints of Persian Pink #F07ABC
RGB
CMYK
RGB Variations
Color information
#F07ABC (or 0xF07ABC) is known color: Persian Pink. HEX triplet: F0, 7A and BC. RGB value is (240,122,188). Sum of RGB (Red+Green+Blue) = 240+122+188=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ABC is #0F8543. Grayscale: #A4A4A4. Windows color (decimal): -1017156 or 12352240. OLE color: 12352240.
HSL color Cylindrical-coordinate representation of color #F07ABC: hue angle of 326.44º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07ABC is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 188 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.06 |
| HSL | 326.44º | 0.8% | 0.71% | - |
| HSV(B) | 326.44º | 0.49% | 0.94% | - |
| XYZ | 51.97 | 36.08 | 51.8 | - |
| YUV | 164.81 | 141.09 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 188 | 0 | 0.49 | 0.22 | 0.06 | 326.44 | 0.8 | 0.71 |
| Hex | F0 | 7A | BC | 0 | 31 | 16 | 6 | 146 | 50 | 47 |
| Octal | 360 | 172 | 274 | 0 | 61 | 26 | 6 | 506 | 120 | 107 |
| Binary | 11110000 | 1111010 | 10111100 | 0 | 110001 | 10110 | 110 | 101000110 | 1010000 | 1000111 |
Color Harmonies of #F07ABC
Complementary color
Monochromatic Colors of #F07ABC
Black with #F07ABC
Text Example
Text Example
White with #F07ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07ABC; }
p { color: rgb(240,122,188); }
H1.HeaderClassName
{
color: #F07ABC;
}
.AnyTagClassName
{
color: #F07ABC;
}
</style>
background-color css
<style>
a { background-color: #F07ABC; }
a { background-color: rgb(240,122,188); }
div.DivClassName
{
background-color: #F07ABC;
}
.BgClassName
{
background-color: #F07ABC;
}
</style>
border-color css
<style>
span { border-color: #F07ABC; }
span { border-color: rgb(240,122,188); }
td.TdClassName
{
border-color: #F07ABC;
}
.TagClassName
{
border-color: #F07ABC;
}
</style>