Shades of Persian Pink #F084BD
Tints of Persian Pink #F084BD
RGB
CMYK
RGB Variations
Color information
#F084BD (or 0xF084BD) is known color: Persian Pink. HEX triplet: F0, 84 and BD. RGB value is (240,132,189). Sum of RGB (Red+Green+Blue) = 240+132+189=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F084BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084BD is #0F7B42. Grayscale: #AAAAAA. Windows color (decimal): -1014595 or 12420336. OLE color: 12420336.
HSL color Cylindrical-coordinate representation of color #F084BD: hue angle of 328.33º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F084BD is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 189 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.06 |
| HSL | 328.33º | 0.78% | 0.73% | - |
| HSV(B) | 328.33º | 0.45% | 0.94% | - |
| XYZ | 53.37 | 38.7 | 52.8 | - |
| YUV | 170.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 189 | 0 | 0.45 | 0.21 | 0.06 | 328.33 | 0.78 | 0.73 |
| Hex | F0 | 84 | BD | 0 | 2D | 15 | 6 | 148 | 4E | 49 |
| Octal | 360 | 204 | 275 | 0 | 55 | 25 | 6 | 510 | 116 | 111 |
| Binary | 11110000 | 10000100 | 10111101 | 0 | 101101 | 10101 | 110 | 101001000 | 1001110 | 1001001 |
Color Harmonies of #F084BD
Complementary color
Monochromatic Colors of #F084BD
Black with #F084BD
Text Example
Text Example
White with #F084BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084BD; }
p { color: rgb(240,132,189); }
H1.HeaderClassName
{
color: #F084BD;
}
.AnyTagClassName
{
color: #F084BD;
}
</style>
background-color css
<style>
a { background-color: #F084BD; }
a { background-color: rgb(240,132,189); }
div.DivClassName
{
background-color: #F084BD;
}
.BgClassName
{
background-color: #F084BD;
}
</style>
border-color css
<style>
span { border-color: #F084BD; }
span { border-color: rgb(240,132,189); }
td.TdClassName
{
border-color: #F084BD;
}
.TagClassName
{
border-color: #F084BD;
}
</style>