Shades of Persian Pink #F072BD
Tints of Persian Pink #F072BD
RGB
CMYK
RGB Variations
Color information
#F072BD (or 0xF072BD) is known color: Persian Pink. HEX triplet: F0, 72 and BD. RGB value is (240,114,189). Sum of RGB (Red+Green+Blue) = 240+114+189=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F072BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072BD is #0F8D42. Grayscale: #A0A0A0. Windows color (decimal): -1019203 or 12415728. OLE color: 12415728.
HSL color Cylindrical-coordinate representation of color #F072BD: hue angle of 324.29º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F072BD is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 189 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.06 |
| HSL | 324.29º | 0.81% | 0.69% | - |
| HSV(B) | 324.29º | 0.53% | 0.94% | - |
| XYZ | 51.14 | 34.23 | 52.06 | - |
| YUV | 160.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 189 | 0 | 0.52 | 0.21 | 0.06 | 324.29 | 0.81 | 0.69 |
| Hex | F0 | 72 | BD | 0 | 34 | 15 | 6 | 144 | 51 | 45 |
| Octal | 360 | 162 | 275 | 0 | 64 | 25 | 6 | 504 | 121 | 105 |
| Binary | 11110000 | 1110010 | 10111101 | 0 | 110100 | 10101 | 110 | 101000100 | 1010001 | 1000101 |
Color Harmonies of #F072BD
Complementary color
Monochromatic Colors of #F072BD
Black with #F072BD
Text Example
Text Example
White with #F072BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072BD; }
p { color: rgb(240,114,189); }
H1.HeaderClassName
{
color: #F072BD;
}
.AnyTagClassName
{
color: #F072BD;
}
</style>
background-color css
<style>
a { background-color: #F072BD; }
a { background-color: rgb(240,114,189); }
div.DivClassName
{
background-color: #F072BD;
}
.BgClassName
{
background-color: #F072BD;
}
</style>
border-color css
<style>
span { border-color: #F072BD; }
span { border-color: rgb(240,114,189); }
td.TdClassName
{
border-color: #F072BD;
}
.TagClassName
{
border-color: #F072BD;
}
</style>