Shades of Persian Rose #F03AAB
Tints of Persian Rose #F03AAB
RGB
CMYK
RGB Variations
Color information
#F03AAB (or 0xF03AAB) is known color: Persian Rose. HEX triplet: F0, 3A and AB. RGB value is (240,58,171). Sum of RGB (Red+Green+Blue) = 240+58+171=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F03AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03AAB is #0FC554. Grayscale: #7D7D7D. Windows color (decimal): -1033557 or 11221744. OLE color: 11221744.
HSL color Cylindrical-coordinate representation of color #F03AAB: hue angle of 322.75º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03AAB is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 171 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.06 |
| HSL | 322.75º | 0.86% | 0.58% | - |
| HSV(B) | 322.75º | 0.76% | 0.94% | - |
| XYZ | 44.8 | 24.49 | 40.89 | - |
| YUV | 125.3 | 153.8 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 171 | 0 | 0.76 | 0.29 | 0.06 | 322.75 | 0.86 | 0.58 |
| Hex | F0 | 3A | AB | 0 | 4C | 1D | 6 | 143 | 56 | 3A |
| Octal | 360 | 72 | 253 | 0 | 114 | 35 | 6 | 503 | 126 | 72 |
| Binary | 11110000 | 111010 | 10101011 | 0 | 1001100 | 11101 | 110 | 101000011 | 1010110 | 111010 |
Color Harmonies of #F03AAB
Complementary color
Monochromatic Colors of #F03AAB
Black with #F03AAB
Text Example
Text Example
White with #F03AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03AAB; }
p { color: rgb(240,58,171); }
H1.HeaderClassName
{
color: #F03AAB;
}
.AnyTagClassName
{
color: #F03AAB;
}
</style>
background-color css
<style>
a { background-color: #F03AAB; }
a { background-color: rgb(240,58,171); }
div.DivClassName
{
background-color: #F03AAB;
}
.BgClassName
{
background-color: #F03AAB;
}
</style>
border-color css
<style>
span { border-color: #F03AAB; }
span { border-color: rgb(240,58,171); }
td.TdClassName
{
border-color: #F03AAB;
}
.TagClassName
{
border-color: #F03AAB;
}
</style>