Shades of Persian Rose #F031B1
Tints of Persian Rose #F031B1
RGB
CMYK
RGB Variations
Color information
#F031B1 (or 0xF031B1) is known color: Persian Rose. HEX triplet: F0, 31 and B1. RGB value is (240,49,177). Sum of RGB (Red+Green+Blue) = 240+49+177=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F031B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F031B1 is #0FCE4E. Grayscale: #787878. Windows color (decimal): -1035855 or 11612656. OLE color: 11612656.
HSL color Cylindrical-coordinate representation of color #F031B1: hue angle of 319.79º 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 #F031B1 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 177 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.06 |
| HSL | 319.79º | 0.86% | 0.57% | - |
| HSV(B) | 319.79º | 0.8% | 0.94% | - |
| XYZ | 44.97 | 23.9 | 43.84 | - |
| YUV | 120.7 | 159.78 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 177 | 0 | 0.80 | 0.26 | 0.06 | 319.79 | 0.86 | 0.57 |
| Hex | F0 | 31 | B1 | 0 | 50 | 1A | 6 | 140 | 56 | 39 |
| Octal | 360 | 61 | 261 | 0 | 120 | 32 | 6 | 500 | 126 | 71 |
| Binary | 11110000 | 110001 | 10110001 | 0 | 1010000 | 11010 | 110 | 101000000 | 1010110 | 111001 |
Color Harmonies of #F031B1
Complementary color
Monochromatic Colors of #F031B1
Black with #F031B1
Text Example
Text Example
White with #F031B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031B1; }
p { color: rgb(240,49,177); }
H1.HeaderClassName
{
color: #F031B1;
}
.AnyTagClassName
{
color: #F031B1;
}
</style>
background-color css
<style>
a { background-color: #F031B1; }
a { background-color: rgb(240,49,177); }
div.DivClassName
{
background-color: #F031B1;
}
.BgClassName
{
background-color: #F031B1;
}
</style>
border-color css
<style>
span { border-color: #F031B1; }
span { border-color: rgb(240,49,177); }
td.TdClassName
{
border-color: #F031B1;
}
.TagClassName
{
border-color: #F031B1;
}
</style>