Shades of Persian Pink #F080BC
Tints of Persian Pink #F080BC
RGB
CMYK
RGB Variations
Color information
#F080BC (or 0xF080BC) is known color: Persian Pink. HEX triplet: F0, 80 and BC. RGB value is (240,128,188). Sum of RGB (Red+Green+Blue) = 240+128+188=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F080BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080BC is #0F7F43. Grayscale: #A8A8A8. Windows color (decimal): -1015620 or 12353776. OLE color: 12353776.
HSL color Cylindrical-coordinate representation of color #F080BC: hue angle of 327.86º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080BC is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 188 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.06 |
| HSL | 327.86º | 0.79% | 0.72% | - |
| HSV(B) | 327.86º | 0.47% | 0.94% | - |
| XYZ | 52.73 | 37.59 | 52.05 | - |
| YUV | 168.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 188 | 0 | 0.47 | 0.22 | 0.06 | 327.86 | 0.79 | 0.72 |
| Hex | F0 | 80 | BC | 0 | 2F | 16 | 6 | 148 | 4F | 48 |
| Octal | 360 | 200 | 274 | 0 | 57 | 26 | 6 | 510 | 117 | 110 |
| Binary | 11110000 | 10000000 | 10111100 | 0 | 101111 | 10110 | 110 | 101001000 | 1001111 | 1001000 |
Color Harmonies of #F080BC
Complementary color
Monochromatic Colors of #F080BC
Black with #F080BC
Text Example
Text Example
White with #F080BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080BC; }
p { color: rgb(240,128,188); }
H1.HeaderClassName
{
color: #F080BC;
}
.AnyTagClassName
{
color: #F080BC;
}
</style>
background-color css
<style>
a { background-color: #F080BC; }
a { background-color: rgb(240,128,188); }
div.DivClassName
{
background-color: #F080BC;
}
.BgClassName
{
background-color: #F080BC;
}
</style>
border-color css
<style>
span { border-color: #F080BC; }
span { border-color: rgb(240,128,188); }
td.TdClassName
{
border-color: #F080BC;
}
.TagClassName
{
border-color: #F080BC;
}
</style>