Shades of Persian Pink #F071BE
Tints of Persian Pink #F071BE
RGB
CMYK
RGB Variations
Color information
#F071BE (or 0xF071BE) is known color: Persian Pink. HEX triplet: F0, 71 and BE. RGB value is (240,113,190). Sum of RGB (Red+Green+Blue) = 240+113+190=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F071BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071BE is #0F8E41. Grayscale: #9F9F9F. Windows color (decimal): -1019458 or 12481008. OLE color: 12481008.
HSL color Cylindrical-coordinate representation of color #F071BE: hue angle of 323.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F071BE is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 190 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.06 |
| HSL | 323.62º | 0.81% | 0.69% | - |
| HSV(B) | 323.62º | 0.53% | 0.94% | - |
| XYZ | 51.13 | 34.05 | 52.59 | - |
| YUV | 159.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 190 | 0 | 0.53 | 0.21 | 0.06 | 323.62 | 0.81 | 0.69 |
| Hex | F0 | 71 | BE | 0 | 35 | 15 | 6 | 144 | 51 | 45 |
| Octal | 360 | 161 | 276 | 0 | 65 | 25 | 6 | 504 | 121 | 105 |
| Binary | 11110000 | 1110001 | 10111110 | 0 | 110101 | 10101 | 110 | 101000100 | 1010001 | 1000101 |
Color Harmonies of #F071BE
Complementary color
Monochromatic Colors of #F071BE
Black with #F071BE
Text Example
Text Example
White with #F071BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071BE; }
p { color: rgb(240,113,190); }
H1.HeaderClassName
{
color: #F071BE;
}
.AnyTagClassName
{
color: #F071BE;
}
</style>
background-color css
<style>
a { background-color: #F071BE; }
a { background-color: rgb(240,113,190); }
div.DivClassName
{
background-color: #F071BE;
}
.BgClassName
{
background-color: #F071BE;
}
</style>
border-color css
<style>
span { border-color: #F071BE; }
span { border-color: rgb(240,113,190); }
td.TdClassName
{
border-color: #F071BE;
}
.TagClassName
{
border-color: #F071BE;
}
</style>