Shades of Persian Rose #F32EB2
Tints of Persian Rose #F32EB2
RGB
CMYK
RGB Variations
Color information
#F32EB2 (or 0xF32EB2) is known color: Persian Rose. HEX triplet: F3, 2E and B2. RGB value is (243,46,178). Sum of RGB (Red+Green+Blue) = 243+46+178=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F32EB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32EB2 is #0CD14D. Grayscale: #777777. Windows color (decimal): -840014 or 11677427. OLE color: 11677427.
HSL color Cylindrical-coordinate representation of color #F32EB2: hue angle of 319.8º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32EB2 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 178 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.05 |
| HSL | 319.8º | 0.89% | 0.57% | - |
| HSV(B) | 319.8º | 0.81% | 0.95% | - |
| XYZ | 45.98 | 24.22 | 44.37 | - |
| YUV | 119.95 | 160.77 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 178 | 0 | 0.81 | 0.27 | 0.05 | 319.8 | 0.89 | 0.57 |
| Hex | F3 | 2E | B2 | 0 | 51 | 1B | 5 | 140 | 59 | 39 |
| Octal | 363 | 56 | 262 | 0 | 121 | 33 | 5 | 500 | 131 | 71 |
| Binary | 11110011 | 101110 | 10110010 | 0 | 1010001 | 11011 | 101 | 101000000 | 1011001 | 111001 |
Color Harmonies of #F32EB2
Complementary color
Monochromatic Colors of #F32EB2
Black with #F32EB2
Text Example
Text Example
White with #F32EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32EB2; }
p { color: rgb(243,46,178); }
H1.HeaderClassName
{
color: #F32EB2;
}
.AnyTagClassName
{
color: #F32EB2;
}
</style>
background-color css
<style>
a { background-color: #F32EB2; }
a { background-color: rgb(243,46,178); }
div.DivClassName
{
background-color: #F32EB2;
}
.BgClassName
{
background-color: #F32EB2;
}
</style>
border-color css
<style>
span { border-color: #F32EB2; }
span { border-color: rgb(243,46,178); }
td.TdClassName
{
border-color: #F32EB2;
}
.TagClassName
{
border-color: #F32EB2;
}
</style>