Shades of Persian Rose #F11D9C
Tints of Persian Rose #F11D9C
RGB
CMYK
RGB Variations
Color information
#F11D9C (or 0xF11D9C) is known color: Persian Rose. HEX triplet: F1, 1D and 9C. RGB value is (241,29,156). Sum of RGB (Red+Green+Blue) = 241+29+156=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11D9C is #0EE263. Grayscale: #6A6A6A. Windows color (decimal): -975460 or 10231281. OLE color: 10231281.
HSL color Cylindrical-coordinate representation of color #F11D9C: hue angle of 324.06º 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 #F11D9C is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 156 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.05 |
| HSL | 324.06º | 0.88% | 0.53% | - |
| HSV(B) | 324.06º | 0.88% | 0.95% | - |
| XYZ | 42.72 | 21.98 | 33.44 | - |
| YUV | 106.87 | 155.74 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 156 | 0 | 0.88 | 0.35 | 0.05 | 324.06 | 0.88 | 0.53 |
| Hex | F1 | 1D | 9C | 0 | 58 | 23 | 5 | 144 | 58 | 35 |
| Octal | 361 | 35 | 234 | 0 | 130 | 43 | 5 | 504 | 130 | 65 |
| Binary | 11110001 | 11101 | 10011100 | 0 | 1011000 | 100011 | 101 | 101000100 | 1011000 | 110101 |
Color Harmonies of #F11D9C
Complementary color
Monochromatic Colors of #F11D9C
Black with #F11D9C
Text Example
Text Example
White with #F11D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D9C; }
p { color: rgb(241,29,156); }
H1.HeaderClassName
{
color: #F11D9C;
}
.AnyTagClassName
{
color: #F11D9C;
}
</style>
background-color css
<style>
a { background-color: #F11D9C; }
a { background-color: rgb(241,29,156); }
div.DivClassName
{
background-color: #F11D9C;
}
.BgClassName
{
background-color: #F11D9C;
}
</style>
border-color css
<style>
span { border-color: #F11D9C; }
span { border-color: rgb(241,29,156); }
td.TdClassName
{
border-color: #F11D9C;
}
.TagClassName
{
border-color: #F11D9C;
}
</style>