Shades of Persian Rose #F91D9E
Tints of Persian Rose #F91D9E
RGB
CMYK
RGB Variations
Color information
#F91D9E (or 0xF91D9E) is known color: Persian Rose. HEX triplet: F9, 1D and 9E. RGB value is (249,29,158). Sum of RGB (Red+Green+Blue) = 249+29+158=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91D9E is #06E261. Grayscale: #6D6D6D. Windows color (decimal): -451170 or 10362361. OLE color: 10362361.
HSL color Cylindrical-coordinate representation of color #F91D9E: hue angle of 324.82º 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 #F91D9E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 158 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.02 |
| HSL | 324.82º | 0.95% | 0.55% | - |
| HSV(B) | 324.82º | 0.88% | 0.98% | - |
| XYZ | 45.68 | 23.49 | 34.47 | - |
| YUV | 109.49 | 155.39 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 158 | 0 | 0.88 | 0.37 | 0.02 | 324.82 | 0.95 | 0.55 |
| Hex | F9 | 1D | 9E | 0 | 58 | 25 | 2 | 145 | 5F | 37 |
| Octal | 371 | 35 | 236 | 0 | 130 | 45 | 2 | 505 | 137 | 67 |
| Binary | 11111001 | 11101 | 10011110 | 0 | 1011000 | 100101 | 10 | 101000101 | 1011111 | 110111 |
Color Harmonies of #F91D9E
Complementary color
Monochromatic Colors of #F91D9E
Black with #F91D9E
Text Example
Text Example
White with #F91D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D9E; }
p { color: rgb(249,29,158); }
H1.HeaderClassName
{
color: #F91D9E;
}
.AnyTagClassName
{
color: #F91D9E;
}
</style>
background-color css
<style>
a { background-color: #F91D9E; }
a { background-color: rgb(249,29,158); }
div.DivClassName
{
background-color: #F91D9E;
}
.BgClassName
{
background-color: #F91D9E;
}
</style>
border-color css
<style>
span { border-color: #F91D9E; }
span { border-color: rgb(249,29,158); }
td.TdClassName
{
border-color: #F91D9E;
}
.TagClassName
{
border-color: #F91D9E;
}
</style>