Shades of Persian Pink #F074BA
Tints of Persian Pink #F074BA
RGB
CMYK
RGB Variations
Color information
#F074BA (or 0xF074BA) is known color: Persian Pink. HEX triplet: F0, 74 and BA. RGB value is (240,116,186). Sum of RGB (Red+Green+Blue) = 240+116+186=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F074BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074BA is #0F8B45. Grayscale: #A0A0A0. Windows color (decimal): -1018694 or 12219632. OLE color: 12219632.
HSL color Cylindrical-coordinate representation of color #F074BA: hue angle of 326.13º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074BA is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 186 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.06 |
| HSL | 326.13º | 0.81% | 0.7% | - |
| HSV(B) | 326.13º | 0.52% | 0.94% | - |
| XYZ | 51.04 | 34.56 | 50.44 | - |
| YUV | 161.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 186 | 0 | 0.52 | 0.22 | 0.06 | 326.13 | 0.81 | 0.7 |
| Hex | F0 | 74 | BA | 0 | 34 | 16 | 6 | 146 | 51 | 46 |
| Octal | 360 | 164 | 272 | 0 | 64 | 26 | 6 | 506 | 121 | 106 |
| Binary | 11110000 | 1110100 | 10111010 | 0 | 110100 | 10110 | 110 | 101000110 | 1010001 | 1000110 |
Color Harmonies of #F074BA
Complementary color
Monochromatic Colors of #F074BA
Black with #F074BA
Text Example
Text Example
White with #F074BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F074BA; }
p { color: rgb(240,116,186); }
H1.HeaderClassName
{
color: #F074BA;
}
.AnyTagClassName
{
color: #F074BA;
}
</style>
background-color css
<style>
a { background-color: #F074BA; }
a { background-color: rgb(240,116,186); }
div.DivClassName
{
background-color: #F074BA;
}
.BgClassName
{
background-color: #F074BA;
}
</style>
border-color css
<style>
span { border-color: #F074BA; }
span { border-color: rgb(240,116,186); }
td.TdClassName
{
border-color: #F074BA;
}
.TagClassName
{
border-color: #F074BA;
}
</style>