Shades of Persian Rose #F031B0
Tints of Persian Rose #F031B0
RGB
CMYK
RGB Variations
Color information
#F031B0 (or 0xF031B0) is known color: Persian Rose. HEX triplet: F0, 31 and B0. RGB value is (240,49,176). Sum of RGB (Red+Green+Blue) = 240+49+176=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F031B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F031B0 is #0FCE4F. Grayscale: #787878. Windows color (decimal): -1035856 or 11547120. OLE color: 11547120.
HSL color Cylindrical-coordinate representation of color #F031B0: hue angle of 320.1º 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 #F031B0 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 176 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.06 |
| HSL | 320.1º | 0.86% | 0.57% | - |
| HSV(B) | 320.1º | 0.8% | 0.94% | - |
| XYZ | 44.87 | 23.86 | 43.31 | - |
| YUV | 120.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 176 | 0 | 0.80 | 0.27 | 0.06 | 320.1 | 0.86 | 0.57 |
| Hex | F0 | 31 | B0 | 0 | 50 | 1B | 6 | 140 | 56 | 39 |
| Octal | 360 | 61 | 260 | 0 | 120 | 33 | 6 | 500 | 126 | 71 |
| Binary | 11110000 | 110001 | 10110000 | 0 | 1010000 | 11011 | 110 | 101000000 | 1010110 | 111001 |
Color Harmonies of #F031B0
Complementary color
Monochromatic Colors of #F031B0
Black with #F031B0
Text Example
Text Example
White with #F031B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031B0; }
p { color: rgb(240,49,176); }
H1.HeaderClassName
{
color: #F031B0;
}
.AnyTagClassName
{
color: #F031B0;
}
</style>
background-color css
<style>
a { background-color: #F031B0; }
a { background-color: rgb(240,49,176); }
div.DivClassName
{
background-color: #F031B0;
}
.BgClassName
{
background-color: #F031B0;
}
</style>
border-color css
<style>
span { border-color: #F031B0; }
span { border-color: rgb(240,49,176); }
td.TdClassName
{
border-color: #F031B0;
}
.TagClassName
{
border-color: #F031B0;
}
</style>