Shades of Persian Pink #F088B5
Tints of Persian Pink #F088B5
RGB
CMYK
RGB Variations
Color information
#F088B5 (or 0xF088B5) is known color: Persian Pink. HEX triplet: F0, 88 and B5. RGB value is (240,136,181). Sum of RGB (Red+Green+Blue) = 240+136+181=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F088B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088B5 is #0F774A. Grayscale: #ACACAC. Windows color (decimal): -1013579 or 11897072. OLE color: 11897072.
HSL color Cylindrical-coordinate representation of color #F088B5: hue angle of 334.04º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088B5 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 181 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.06 |
| HSL | 334.04º | 0.78% | 0.74% | - |
| HSV(B) | 334.04º | 0.43% | 0.94% | - |
| XYZ | 53.08 | 39.47 | 48.54 | - |
| YUV | 172.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 181 | 0 | 0.43 | 0.25 | 0.06 | 334.04 | 0.78 | 0.74 |
| Hex | F0 | 88 | B5 | 0 | 2B | 19 | 6 | 14E | 4E | 4A |
| Octal | 360 | 210 | 265 | 0 | 53 | 31 | 6 | 516 | 116 | 112 |
| Binary | 11110000 | 10001000 | 10110101 | 0 | 101011 | 11001 | 110 | 101001110 | 1001110 | 1001010 |
Color Harmonies of #F088B5
Complementary color
Monochromatic Colors of #F088B5
Black with #F088B5
Text Example
Text Example
White with #F088B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088B5; }
p { color: rgb(240,136,181); }
H1.HeaderClassName
{
color: #F088B5;
}
.AnyTagClassName
{
color: #F088B5;
}
</style>
background-color css
<style>
a { background-color: #F088B5; }
a { background-color: rgb(240,136,181); }
div.DivClassName
{
background-color: #F088B5;
}
.BgClassName
{
background-color: #F088B5;
}
</style>
border-color css
<style>
span { border-color: #F088B5; }
span { border-color: rgb(240,136,181); }
td.TdClassName
{
border-color: #F088B5;
}
.TagClassName
{
border-color: #F088B5;
}
</style>