Shades of Persian Rose #F031AB
Tints of Persian Rose #F031AB
RGB
CMYK
RGB Variations
Color information
#F031AB (or 0xF031AB) is known color: Persian Rose. HEX triplet: F0, 31 and AB. RGB value is (240,49,171). Sum of RGB (Red+Green+Blue) = 240+49+171=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F031AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F031AB is #0FCE54. Grayscale: #777777. Windows color (decimal): -1035861 or 11219440. OLE color: 11219440.
HSL color Cylindrical-coordinate representation of color #F031AB: hue angle of 321.68º 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 #F031AB is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 171 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.06 |
| HSL | 321.68º | 0.86% | 0.57% | - |
| HSV(B) | 321.68º | 0.8% | 0.94% | - |
| XYZ | 44.38 | 23.66 | 40.76 | - |
| YUV | 120.02 | 156.78 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 171 | 0 | 0.80 | 0.29 | 0.06 | 321.68 | 0.86 | 0.57 |
| Hex | F0 | 31 | AB | 0 | 50 | 1D | 6 | 142 | 56 | 39 |
| Octal | 360 | 61 | 253 | 0 | 120 | 35 | 6 | 502 | 126 | 71 |
| Binary | 11110000 | 110001 | 10101011 | 0 | 1010000 | 11101 | 110 | 101000010 | 1010110 | 111001 |
Color Harmonies of #F031AB
Complementary color
Monochromatic Colors of #F031AB
Black with #F031AB
Text Example
Text Example
White with #F031AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031AB; }
p { color: rgb(240,49,171); }
H1.HeaderClassName
{
color: #F031AB;
}
.AnyTagClassName
{
color: #F031AB;
}
</style>
background-color css
<style>
a { background-color: #F031AB; }
a { background-color: rgb(240,49,171); }
div.DivClassName
{
background-color: #F031AB;
}
.BgClassName
{
background-color: #F031AB;
}
</style>
border-color css
<style>
span { border-color: #F031AB; }
span { border-color: rgb(240,49,171); }
td.TdClassName
{
border-color: #F031AB;
}
.TagClassName
{
border-color: #F031AB;
}
</style>