Shades of Persian Rose #F91D9C
Tints of Persian Rose #F91D9C
RGB
CMYK
RGB Variations
Color information
#F91D9C (or 0xF91D9C) is known color: Persian Rose. HEX triplet: F9, 1D and 9C. RGB value is (249,29,156). Sum of RGB (Red+Green+Blue) = 249+29+156=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91D9C is #06E263. Grayscale: #6C6C6C. Windows color (decimal): -451172 or 10231289. OLE color: 10231289.
HSL color Cylindrical-coordinate representation of color #F91D9C: hue angle of 325.36º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D9C is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 156 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.02 |
| HSL | 325.36º | 0.95% | 0.55% | - |
| HSV(B) | 325.36º | 0.88% | 0.98% | - |
| XYZ | 45.51 | 23.42 | 33.57 | - |
| YUV | 109.26 | 154.39 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 156 | 0 | 0.88 | 0.37 | 0.02 | 325.36 | 0.95 | 0.55 |
| Hex | F9 | 1D | 9C | 0 | 58 | 25 | 2 | 145 | 5F | 37 |
| Octal | 371 | 35 | 234 | 0 | 130 | 45 | 2 | 505 | 137 | 67 |
| Binary | 11111001 | 11101 | 10011100 | 0 | 1011000 | 100101 | 10 | 101000101 | 1011111 | 110111 |
Color Harmonies of #F91D9C
Complementary color
Monochromatic Colors of #F91D9C
Black with #F91D9C
Text Example
Text Example
White with #F91D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D9C; }
p { color: rgb(249,29,156); }
H1.HeaderClassName
{
color: #F91D9C;
}
.AnyTagClassName
{
color: #F91D9C;
}
</style>
background-color css
<style>
a { background-color: #F91D9C; }
a { background-color: rgb(249,29,156); }
div.DivClassName
{
background-color: #F91D9C;
}
.BgClassName
{
background-color: #F91D9C;
}
</style>
border-color css
<style>
span { border-color: #F91D9C; }
span { border-color: rgb(249,29,156); }
td.TdClassName
{
border-color: #F91D9C;
}
.TagClassName
{
border-color: #F91D9C;
}
</style>