Shades of Persian Pink #F072B6
Tints of Persian Pink #F072B6
RGB
CMYK
RGB Variations
Color information
#F072B6 (or 0xF072B6) is known color: Persian Pink. HEX triplet: F0, 72 and B6. RGB value is (240,114,182). Sum of RGB (Red+Green+Blue) = 240+114+182=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F072B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072B6 is #0F8D49. Grayscale: #9F9F9F. Windows color (decimal): -1019210 or 11956976. OLE color: 11956976.
HSL color Cylindrical-coordinate representation of color #F072B6: hue angle of 327.62º 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 #F072B6 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 182 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.06 |
| HSL | 327.62º | 0.81% | 0.69% | - |
| HSV(B) | 327.62º | 0.53% | 0.94% | - |
| XYZ | 50.4 | 33.94 | 48.15 | - |
| YUV | 159.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 182 | 0 | 0.52 | 0.24 | 0.06 | 327.62 | 0.81 | 0.69 |
| Hex | F0 | 72 | B6 | 0 | 34 | 18 | 6 | 148 | 51 | 45 |
| Octal | 360 | 162 | 266 | 0 | 64 | 30 | 6 | 510 | 121 | 105 |
| Binary | 11110000 | 1110010 | 10110110 | 0 | 110100 | 11000 | 110 | 101001000 | 1010001 | 1000101 |
Color Harmonies of #F072B6
Complementary color
Monochromatic Colors of #F072B6
Black with #F072B6
Text Example
Text Example
White with #F072B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072B6; }
p { color: rgb(240,114,182); }
H1.HeaderClassName
{
color: #F072B6;
}
.AnyTagClassName
{
color: #F072B6;
}
</style>
background-color css
<style>
a { background-color: #F072B6; }
a { background-color: rgb(240,114,182); }
div.DivClassName
{
background-color: #F072B6;
}
.BgClassName
{
background-color: #F072B6;
}
</style>
border-color css
<style>
span { border-color: #F072B6; }
span { border-color: rgb(240,114,182); }
td.TdClassName
{
border-color: #F072B6;
}
.TagClassName
{
border-color: #F072B6;
}
</style>