Shades of Persian Pink #F072BC
Tints of Persian Pink #F072BC
RGB
CMYK
RGB Variations
Color information
#F072BC (or 0xF072BC) is known color: Persian Pink. HEX triplet: F0, 72 and BC. RGB value is (240,114,188). Sum of RGB (Red+Green+Blue) = 240+114+188=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F072BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072BC is #0F8D43. Grayscale: #9F9F9F. Windows color (decimal): -1019204 or 12350192. OLE color: 12350192.
HSL color Cylindrical-coordinate representation of color #F072BC: hue angle of 324.76º 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 #F072BC is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 188 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.06 |
| HSL | 324.76º | 0.81% | 0.69% | - |
| HSV(B) | 324.76º | 0.53% | 0.94% | - |
| XYZ | 51.03 | 34.19 | 51.49 | - |
| YUV | 160.11 | 143.74 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 188 | 0 | 0.52 | 0.22 | 0.06 | 324.76 | 0.81 | 0.69 |
| Hex | F0 | 72 | BC | 0 | 34 | 16 | 6 | 145 | 51 | 45 |
| Octal | 360 | 162 | 274 | 0 | 64 | 26 | 6 | 505 | 121 | 105 |
| Binary | 11110000 | 1110010 | 10111100 | 0 | 110100 | 10110 | 110 | 101000101 | 1010001 | 1000101 |
Color Harmonies of #F072BC
Complementary color
Monochromatic Colors of #F072BC
Black with #F072BC
Text Example
Text Example
White with #F072BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072BC; }
p { color: rgb(240,114,188); }
H1.HeaderClassName
{
color: #F072BC;
}
.AnyTagClassName
{
color: #F072BC;
}
</style>
background-color css
<style>
a { background-color: #F072BC; }
a { background-color: rgb(240,114,188); }
div.DivClassName
{
background-color: #F072BC;
}
.BgClassName
{
background-color: #F072BC;
}
</style>
border-color css
<style>
span { border-color: #F072BC; }
span { border-color: rgb(240,114,188); }
td.TdClassName
{
border-color: #F072BC;
}
.TagClassName
{
border-color: #F072BC;
}
</style>