Shades of Persian Rose #F11E9B
Tints of Persian Rose #F11E9B
RGB
CMYK
RGB Variations
Color information
#F11E9B (or 0xF11E9B) is known color: Persian Rose. HEX triplet: F1, 1E and 9B. RGB value is (241,30,155). Sum of RGB (Red+Green+Blue) = 241+30+155=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11E9B is #0EE164. Grayscale: #6B6B6B. Windows color (decimal): -975205 or 10166001. OLE color: 10166001.
HSL color Cylindrical-coordinate representation of color #F11E9B: hue angle of 324.45º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11E9B is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 155 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.05 |
| HSL | 324.46º | 0.88% | 0.53% | - |
| HSV(B) | 324.46º | 0.88% | 0.95% | - |
| XYZ | 42.66 | 22 | 33.01 | - |
| YUV | 107.34 | 154.9 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 155 | 0 | 0.88 | 0.36 | 0.05 | 324.46 | 0.88 | 0.53 |
| Hex | F1 | 1E | 9B | 0 | 58 | 24 | 5 | 144 | 58 | 35 |
| Octal | 361 | 36 | 233 | 0 | 130 | 44 | 5 | 504 | 130 | 65 |
| Binary | 11110001 | 11110 | 10011011 | 0 | 1011000 | 100100 | 101 | 101000100 | 1011000 | 110101 |
Color Harmonies of #F11E9B
Complementary color
Monochromatic Colors of #F11E9B
Black with #F11E9B
Text Example
Text Example
White with #F11E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11E9B; }
p { color: rgb(241,30,155); }
H1.HeaderClassName
{
color: #F11E9B;
}
.AnyTagClassName
{
color: #F11E9B;
}
</style>
background-color css
<style>
a { background-color: #F11E9B; }
a { background-color: rgb(241,30,155); }
div.DivClassName
{
background-color: #F11E9B;
}
.BgClassName
{
background-color: #F11E9B;
}
</style>
border-color css
<style>
span { border-color: #F11E9B; }
span { border-color: rgb(241,30,155); }
td.TdClassName
{
border-color: #F11E9B;
}
.TagClassName
{
border-color: #F11E9B;
}
</style>