Shades of Persian Rose #F031AC
Tints of Persian Rose #F031AC
RGB
CMYK
RGB Variations
Color information
#F031AC (or 0xF031AC) is known color: Persian Rose. HEX triplet: F0, 31 and AC. RGB value is (240,49,172). Sum of RGB (Red+Green+Blue) = 240+49+172=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F031AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F031AC is #0FCE53. Grayscale: #777777. Windows color (decimal): -1035860 or 11284976. OLE color: 11284976.
HSL color Cylindrical-coordinate representation of color #F031AC: hue angle of 321.36º 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 #F031AC is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 172 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.06 |
| HSL | 321.36º | 0.86% | 0.57% | - |
| HSV(B) | 321.36º | 0.8% | 0.94% | - |
| XYZ | 44.48 | 23.7 | 41.26 | - |
| YUV | 120.13 | 157.28 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 172 | 0 | 0.80 | 0.28 | 0.06 | 321.36 | 0.86 | 0.57 |
| Hex | F0 | 31 | AC | 0 | 50 | 1C | 6 | 141 | 56 | 39 |
| Octal | 360 | 61 | 254 | 0 | 120 | 34 | 6 | 501 | 126 | 71 |
| Binary | 11110000 | 110001 | 10101100 | 0 | 1010000 | 11100 | 110 | 101000001 | 1010110 | 111001 |
Color Harmonies of #F031AC
Complementary color
Monochromatic Colors of #F031AC
Black with #F031AC
Text Example
Text Example
White with #F031AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031AC; }
p { color: rgb(240,49,172); }
H1.HeaderClassName
{
color: #F031AC;
}
.AnyTagClassName
{
color: #F031AC;
}
</style>
background-color css
<style>
a { background-color: #F031AC; }
a { background-color: rgb(240,49,172); }
div.DivClassName
{
background-color: #F031AC;
}
.BgClassName
{
background-color: #F031AC;
}
</style>
border-color css
<style>
span { border-color: #F031AC; }
span { border-color: rgb(240,49,172); }
td.TdClassName
{
border-color: #F031AC;
}
.TagClassName
{
border-color: #F031AC;
}
</style>