Shades of Persian Rose #F12F9E
Tints of Persian Rose #F12F9E
RGB
CMYK
RGB Variations
Color information
#F12F9E (or 0xF12F9E) is known color: Persian Rose. HEX triplet: F1, 2F and 9E. RGB value is (241,47,158). Sum of RGB (Red+Green+Blue) = 241+47+158=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12F9E is #0ED061. Grayscale: #757575. Windows color (decimal): -970850 or 10366961. OLE color: 10366961.
HSL color Cylindrical-coordinate representation of color #F12F9E: hue angle of 325.67º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F9E is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 158 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.05 |
| HSL | 325.67º | 0.87% | 0.56% | - |
| HSV(B) | 325.67º | 0.8% | 0.95% | - |
| XYZ | 43.46 | 23.2 | 34.54 | - |
| YUV | 117.66 | 150.77 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 158 | 0 | 0.80 | 0.34 | 0.05 | 325.67 | 0.87 | 0.56 |
| Hex | F1 | 2F | 9E | 0 | 50 | 22 | 5 | 146 | 57 | 38 |
| Octal | 361 | 57 | 236 | 0 | 120 | 42 | 5 | 506 | 127 | 70 |
| Binary | 11110001 | 101111 | 10011110 | 0 | 1010000 | 100010 | 101 | 101000110 | 1010111 | 111000 |
Color Harmonies of #F12F9E
Complementary color
Monochromatic Colors of #F12F9E
Black with #F12F9E
Text Example
Text Example
White with #F12F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F9E; }
p { color: rgb(241,47,158); }
H1.HeaderClassName
{
color: #F12F9E;
}
.AnyTagClassName
{
color: #F12F9E;
}
</style>
background-color css
<style>
a { background-color: #F12F9E; }
a { background-color: rgb(241,47,158); }
div.DivClassName
{
background-color: #F12F9E;
}
.BgClassName
{
background-color: #F12F9E;
}
</style>
border-color css
<style>
span { border-color: #F12F9E; }
span { border-color: rgb(241,47,158); }
td.TdClassName
{
border-color: #F12F9E;
}
.TagClassName
{
border-color: #F12F9E;
}
</style>