Shades of Persian Pink #F081B7
Tints of Persian Pink #F081B7
RGB
CMYK
RGB Variations
Color information
#F081B7 (or 0xF081B7) is known color: Persian Pink. HEX triplet: F0, 81 and B7. RGB value is (240,129,183). Sum of RGB (Red+Green+Blue) = 240+129+183=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F081B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081B7 is #0F7E48. Grayscale: #A8A8A8. Windows color (decimal): -1015369 or 12026352. OLE color: 12026352.
HSL color Cylindrical-coordinate representation of color #F081B7: hue angle of 330.81º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081B7 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 183 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.06 |
| HSL | 330.81º | 0.79% | 0.72% | - |
| HSV(B) | 330.81º | 0.46% | 0.94% | - |
| XYZ | 52.33 | 37.64 | 49.31 | - |
| YUV | 168.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 183 | 0 | 0.46 | 0.24 | 0.06 | 330.81 | 0.79 | 0.72 |
| Hex | F0 | 81 | B7 | 0 | 2E | 18 | 6 | 14B | 4F | 48 |
| Octal | 360 | 201 | 267 | 0 | 56 | 30 | 6 | 513 | 117 | 110 |
| Binary | 11110000 | 10000001 | 10110111 | 0 | 101110 | 11000 | 110 | 101001011 | 1001111 | 1001000 |
Color Harmonies of #F081B7
Complementary color
Monochromatic Colors of #F081B7
Black with #F081B7
Text Example
Text Example
White with #F081B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081B7; }
p { color: rgb(240,129,183); }
H1.HeaderClassName
{
color: #F081B7;
}
.AnyTagClassName
{
color: #F081B7;
}
</style>
background-color css
<style>
a { background-color: #F081B7; }
a { background-color: rgb(240,129,183); }
div.DivClassName
{
background-color: #F081B7;
}
.BgClassName
{
background-color: #F081B7;
}
</style>
border-color css
<style>
span { border-color: #F081B7; }
span { border-color: rgb(240,129,183); }
td.TdClassName
{
border-color: #F081B7;
}
.TagClassName
{
border-color: #F081B7;
}
</style>