Shades of Persian Rose #F02DAB
Tints of Persian Rose #F02DAB
RGB
CMYK
RGB Variations
Color information
#F02DAB (or 0xF02DAB) is known color: Persian Rose. HEX triplet: F0, 2D and AB. RGB value is (240,45,171). Sum of RGB (Red+Green+Blue) = 240+45+171=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F02DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02DAB is #0FD254. Grayscale: #757575. Windows color (decimal): -1036885 or 11218416. OLE color: 11218416.
HSL color Cylindrical-coordinate representation of color #F02DAB: hue angle of 321.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02DAB is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 171 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.06 |
| HSL | 321.23º | 0.87% | 0.56% | - |
| HSV(B) | 321.23º | 0.81% | 0.94% | - |
| XYZ | 44.22 | 23.34 | 40.7 | - |
| YUV | 117.67 | 158.1 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 171 | 0 | 0.81 | 0.29 | 0.06 | 321.23 | 0.87 | 0.56 |
| Hex | F0 | 2D | AB | 0 | 51 | 1D | 6 | 141 | 57 | 38 |
| Octal | 360 | 55 | 253 | 0 | 121 | 35 | 6 | 501 | 127 | 70 |
| Binary | 11110000 | 101101 | 10101011 | 0 | 1010001 | 11101 | 110 | 101000001 | 1010111 | 111000 |
Color Harmonies of #F02DAB
Complementary color
Monochromatic Colors of #F02DAB
Black with #F02DAB
Text Example
Text Example
White with #F02DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02DAB; }
p { color: rgb(240,45,171); }
H1.HeaderClassName
{
color: #F02DAB;
}
.AnyTagClassName
{
color: #F02DAB;
}
</style>
background-color css
<style>
a { background-color: #F02DAB; }
a { background-color: rgb(240,45,171); }
div.DivClassName
{
background-color: #F02DAB;
}
.BgClassName
{
background-color: #F02DAB;
}
</style>
border-color css
<style>
span { border-color: #F02DAB; }
span { border-color: rgb(240,45,171); }
td.TdClassName
{
border-color: #F02DAB;
}
.TagClassName
{
border-color: #F02DAB;
}
</style>