Shades of Persian Pink #F080B7
Tints of Persian Pink #F080B7
RGB
CMYK
RGB Variations
Color information
#F080B7 (or 0xF080B7) is known color: Persian Pink. HEX triplet: F0, 80 and B7. RGB value is (240,128,183). Sum of RGB (Red+Green+Blue) = 240+128+183=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F080B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080B7 is #0F7F48. Grayscale: #A7A7A7. Windows color (decimal): -1015625 or 12026096. OLE color: 12026096.
HSL color Cylindrical-coordinate representation of color #F080B7: hue angle of 330.54º 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 #F080B7 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 183 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.06 |
| HSL | 330.54º | 0.79% | 0.72% | - |
| HSV(B) | 330.54º | 0.47% | 0.94% | - |
| XYZ | 52.2 | 37.38 | 49.26 | - |
| YUV | 167.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 183 | 0 | 0.47 | 0.24 | 0.06 | 330.54 | 0.79 | 0.72 |
| Hex | F0 | 80 | B7 | 0 | 2F | 18 | 6 | 14B | 4F | 48 |
| Octal | 360 | 200 | 267 | 0 | 57 | 30 | 6 | 513 | 117 | 110 |
| Binary | 11110000 | 10000000 | 10110111 | 0 | 101111 | 11000 | 110 | 101001011 | 1001111 | 1001000 |
Color Harmonies of #F080B7
Complementary color
Monochromatic Colors of #F080B7
Black with #F080B7
Text Example
Text Example
White with #F080B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080B7; }
p { color: rgb(240,128,183); }
H1.HeaderClassName
{
color: #F080B7;
}
.AnyTagClassName
{
color: #F080B7;
}
</style>
background-color css
<style>
a { background-color: #F080B7; }
a { background-color: rgb(240,128,183); }
div.DivClassName
{
background-color: #F080B7;
}
.BgClassName
{
background-color: #F080B7;
}
</style>
border-color css
<style>
span { border-color: #F080B7; }
span { border-color: rgb(240,128,183); }
td.TdClassName
{
border-color: #F080B7;
}
.TagClassName
{
border-color: #F080B7;
}
</style>