Shades of Persian Rose #F031A0
Tints of Persian Rose #F031A0
RGB
CMYK
RGB Variations
Color information
#F031A0 (or 0xF031A0) is known color: Persian Rose. HEX triplet: F0, 31 and A0. RGB value is (240,49,160). Sum of RGB (Red+Green+Blue) = 240+49+160=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F031A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F031A0 is #0FCE5F. Grayscale: #767676. Windows color (decimal): -1035872 or 10498544. OLE color: 10498544.
HSL color Cylindrical-coordinate representation of color #F031A0: hue angle of 325.13º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F031A0 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 160 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.06 |
| HSL | 325.13º | 0.86% | 0.57% | - |
| HSV(B) | 325.13º | 0.8% | 0.94% | - |
| XYZ | 43.38 | 23.26 | 35.46 | - |
| YUV | 118.76 | 151.28 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 160 | 0 | 0.80 | 0.33 | 0.06 | 325.13 | 0.86 | 0.57 |
| Hex | F0 | 31 | A0 | 0 | 50 | 21 | 6 | 145 | 56 | 39 |
| Octal | 360 | 61 | 240 | 0 | 120 | 41 | 6 | 505 | 126 | 71 |
| Binary | 11110000 | 110001 | 10100000 | 0 | 1010000 | 100001 | 110 | 101000101 | 1010110 | 111001 |
Color Harmonies of #F031A0
Complementary color
Monochromatic Colors of #F031A0
Black with #F031A0
Text Example
Text Example
White with #F031A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031A0; }
p { color: rgb(240,49,160); }
H1.HeaderClassName
{
color: #F031A0;
}
.AnyTagClassName
{
color: #F031A0;
}
</style>
background-color css
<style>
a { background-color: #F031A0; }
a { background-color: rgb(240,49,160); }
div.DivClassName
{
background-color: #F031A0;
}
.BgClassName
{
background-color: #F031A0;
}
</style>
border-color css
<style>
span { border-color: #F031A0; }
span { border-color: rgb(240,49,160); }
td.TdClassName
{
border-color: #F031A0;
}
.TagClassName
{
border-color: #F031A0;
}
</style>