Shades of Persian Rose #F32D9E
Tints of Persian Rose #F32D9E
RGB
CMYK
RGB Variations
Color information
#F32D9E (or 0xF32D9E) is known color: Persian Rose. HEX triplet: F3, 2D and 9E. RGB value is (243,45,158). Sum of RGB (Red+Green+Blue) = 243+45+158=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32D9E is #0CD261. Grayscale: #747474. Windows color (decimal): -840290 or 10366451. OLE color: 10366451.
HSL color Cylindrical-coordinate representation of color #F32D9E: hue angle of 325.76º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32D9E is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 158 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.05 |
| HSL | 325.76º | 0.89% | 0.56% | - |
| HSV(B) | 325.76º | 0.81% | 0.95% | - |
| XYZ | 44.07 | 23.4 | 34.54 | - |
| YUV | 117.08 | 151.1 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 158 | 0 | 0.81 | 0.35 | 0.05 | 325.76 | 0.89 | 0.56 |
| Hex | F3 | 2D | 9E | 0 | 51 | 23 | 5 | 146 | 59 | 38 |
| Octal | 363 | 55 | 236 | 0 | 121 | 43 | 5 | 506 | 131 | 70 |
| Binary | 11110011 | 101101 | 10011110 | 0 | 1010001 | 100011 | 101 | 101000110 | 1011001 | 111000 |
Color Harmonies of #F32D9E
Complementary color
Monochromatic Colors of #F32D9E
Black with #F32D9E
Text Example
Text Example
White with #F32D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D9E; }
p { color: rgb(243,45,158); }
H1.HeaderClassName
{
color: #F32D9E;
}
.AnyTagClassName
{
color: #F32D9E;
}
</style>
background-color css
<style>
a { background-color: #F32D9E; }
a { background-color: rgb(243,45,158); }
div.DivClassName
{
background-color: #F32D9E;
}
.BgClassName
{
background-color: #F32D9E;
}
</style>
border-color css
<style>
span { border-color: #F32D9E; }
span { border-color: rgb(243,45,158); }
td.TdClassName
{
border-color: #F32D9E;
}
.TagClassName
{
border-color: #F32D9E;
}
</style>