Shades of Persian Rose #F32FB0
Tints of Persian Rose #F32FB0
RGB
CMYK
RGB Variations
Color information
#F32FB0 (or 0xF32FB0) is known color: Persian Rose. HEX triplet: F3, 2F and B0. RGB value is (243,47,176). Sum of RGB (Red+Green+Blue) = 243+47+176=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F32FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32FB0 is #0CD04F. Grayscale: #777777. Windows color (decimal): -839760 or 11546611. OLE color: 11546611.
HSL color Cylindrical-coordinate representation of color #F32FB0: hue angle of 320.51º 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 #F32FB0 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 176 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.05 |
| HSL | 320.51º | 0.89% | 0.57% | - |
| HSV(B) | 320.51º | 0.81% | 0.95% | - |
| XYZ | 45.82 | 24.22 | 43.33 | - |
| YUV | 120.31 | 159.43 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 176 | 0 | 0.81 | 0.28 | 0.05 | 320.51 | 0.89 | 0.57 |
| Hex | F3 | 2F | B0 | 0 | 51 | 1C | 5 | 141 | 59 | 39 |
| Octal | 363 | 57 | 260 | 0 | 121 | 34 | 5 | 501 | 131 | 71 |
| Binary | 11110011 | 101111 | 10110000 | 0 | 1010001 | 11100 | 101 | 101000001 | 1011001 | 111001 |
Color Harmonies of #F32FB0
Complementary color
Monochromatic Colors of #F32FB0
Black with #F32FB0
Text Example
Text Example
White with #F32FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32FB0; }
p { color: rgb(243,47,176); }
H1.HeaderClassName
{
color: #F32FB0;
}
.AnyTagClassName
{
color: #F32FB0;
}
</style>
background-color css
<style>
a { background-color: #F32FB0; }
a { background-color: rgb(243,47,176); }
div.DivClassName
{
background-color: #F32FB0;
}
.BgClassName
{
background-color: #F32FB0;
}
</style>
border-color css
<style>
span { border-color: #F32FB0; }
span { border-color: rgb(243,47,176); }
td.TdClassName
{
border-color: #F32FB0;
}
.TagClassName
{
border-color: #F32FB0;
}
</style>