Shades of Persian Rose #F034AB
Tints of Persian Rose #F034AB
RGB
CMYK
RGB Variations
Color information
#F034AB (or 0xF034AB) is known color: Persian Rose. HEX triplet: F0, 34 and AB. RGB value is (240,52,171). Sum of RGB (Red+Green+Blue) = 240+52+171=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F034AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F034AB is #0FCB54. Grayscale: #797979. Windows color (decimal): -1035093 or 11220208. OLE color: 11220208.
HSL color Cylindrical-coordinate representation of color #F034AB: hue angle of 322.02º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F034AB is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 171 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.06 |
| HSL | 322.02º | 0.86% | 0.57% | - |
| HSV(B) | 322.02º | 0.78% | 0.94% | - |
| XYZ | 44.51 | 23.92 | 40.8 | - |
| YUV | 121.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 171 | 0 | 0.78 | 0.29 | 0.06 | 322.02 | 0.86 | 0.57 |
| Hex | F0 | 34 | AB | 0 | 4E | 1D | 6 | 142 | 56 | 39 |
| Octal | 360 | 64 | 253 | 0 | 116 | 35 | 6 | 502 | 126 | 71 |
| Binary | 11110000 | 110100 | 10101011 | 0 | 1001110 | 11101 | 110 | 101000010 | 1010110 | 111001 |
Color Harmonies of #F034AB
Complementary color
Monochromatic Colors of #F034AB
Black with #F034AB
Text Example
Text Example
White with #F034AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F034AB; }
p { color: rgb(240,52,171); }
H1.HeaderClassName
{
color: #F034AB;
}
.AnyTagClassName
{
color: #F034AB;
}
</style>
background-color css
<style>
a { background-color: #F034AB; }
a { background-color: rgb(240,52,171); }
div.DivClassName
{
background-color: #F034AB;
}
.BgClassName
{
background-color: #F034AB;
}
</style>
border-color css
<style>
span { border-color: #F034AB; }
span { border-color: rgb(240,52,171); }
td.TdClassName
{
border-color: #F034AB;
}
.TagClassName
{
border-color: #F034AB;
}
</style>