Shades of Persian Rose #F11C9F
Tints of Persian Rose #F11C9F
RGB
CMYK
RGB Variations
Color information
#F11C9F (or 0xF11C9F) is known color: Persian Rose. HEX triplet: F1, 1C and 9F. RGB value is (241,28,159). Sum of RGB (Red+Green+Blue) = 241+28+159=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11C9F is #0EE360. Grayscale: #6A6A6A. Windows color (decimal): -975713 or 10427633. OLE color: 10427633.
HSL color Cylindrical-coordinate representation of color #F11C9F: hue angle of 323.1º 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 #F11C9F is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 159 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.05 |
| HSL | 323.1º | 0.88% | 0.53% | - |
| HSV(B) | 323.1º | 0.88% | 0.95% | - |
| XYZ | 42.95 | 22.03 | 34.79 | - |
| YUV | 106.62 | 157.57 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 159 | 0 | 0.88 | 0.34 | 0.05 | 323.1 | 0.88 | 0.53 |
| Hex | F1 | 1C | 9F | 0 | 58 | 22 | 5 | 143 | 58 | 35 |
| Octal | 361 | 34 | 237 | 0 | 130 | 42 | 5 | 503 | 130 | 65 |
| Binary | 11110001 | 11100 | 10011111 | 0 | 1011000 | 100010 | 101 | 101000011 | 1011000 | 110101 |
Color Harmonies of #F11C9F
Complementary color
Monochromatic Colors of #F11C9F
Black with #F11C9F
Text Example
Text Example
White with #F11C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C9F; }
p { color: rgb(241,28,159); }
H1.HeaderClassName
{
color: #F11C9F;
}
.AnyTagClassName
{
color: #F11C9F;
}
</style>
background-color css
<style>
a { background-color: #F11C9F; }
a { background-color: rgb(241,28,159); }
div.DivClassName
{
background-color: #F11C9F;
}
.BgClassName
{
background-color: #F11C9F;
}
</style>
border-color css
<style>
span { border-color: #F11C9F; }
span { border-color: rgb(241,28,159); }
td.TdClassName
{
border-color: #F11C9F;
}
.TagClassName
{
border-color: #F11C9F;
}
</style>