Shades of Persian Pink #F071B8
Tints of Persian Pink #F071B8
RGB
CMYK
RGB Variations
Color information
#F071B8 (or 0xF071B8) is known color: Persian Pink. HEX triplet: F0, 71 and B8. RGB value is (240,113,184). Sum of RGB (Red+Green+Blue) = 240+113+184=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F071B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071B8 is #0F8E47. Grayscale: #9E9E9E. Windows color (decimal): -1019464 or 12087792. OLE color: 12087792.
HSL color Cylindrical-coordinate representation of color #F071B8: hue angle of 326.46º 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 #F071B8 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 184 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.06 |
| HSL | 326.46º | 0.81% | 0.69% | - |
| HSV(B) | 326.46º | 0.53% | 0.94% | - |
| XYZ | 50.49 | 33.8 | 49.21 | - |
| YUV | 159.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 184 | 0 | 0.53 | 0.23 | 0.06 | 326.46 | 0.81 | 0.69 |
| Hex | F0 | 71 | B8 | 0 | 35 | 17 | 6 | 146 | 51 | 45 |
| Octal | 360 | 161 | 270 | 0 | 65 | 27 | 6 | 506 | 121 | 105 |
| Binary | 11110000 | 1110001 | 10111000 | 0 | 110101 | 10111 | 110 | 101000110 | 1010001 | 1000101 |
Color Harmonies of #F071B8
Complementary color
Monochromatic Colors of #F071B8
Black with #F071B8
Text Example
Text Example
White with #F071B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071B8; }
p { color: rgb(240,113,184); }
H1.HeaderClassName
{
color: #F071B8;
}
.AnyTagClassName
{
color: #F071B8;
}
</style>
background-color css
<style>
a { background-color: #F071B8; }
a { background-color: rgb(240,113,184); }
div.DivClassName
{
background-color: #F071B8;
}
.BgClassName
{
background-color: #F071B8;
}
</style>
border-color css
<style>
span { border-color: #F071B8; }
span { border-color: rgb(240,113,184); }
td.TdClassName
{
border-color: #F071B8;
}
.TagClassName
{
border-color: #F071B8;
}
</style>