Shades of Persian Rose #F32FAB
Tints of Persian Rose #F32FAB
RGB
CMYK
RGB Variations
Color information
#F32FAB (or 0xF32FAB) is known color: Persian Rose. HEX triplet: F3, 2F and AB. RGB value is (243,47,171). Sum of RGB (Red+Green+Blue) = 243+47+171=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F32FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32FAB is #0CD054. Grayscale: #777777. Windows color (decimal): -839765 or 11218931. OLE color: 11218931.
HSL color Cylindrical-coordinate representation of color #F32FAB: hue angle of 322.04º 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 #F32FAB is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 171 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.05 |
| HSL | 322.04º | 0.89% | 0.57% | - |
| HSV(B) | 322.04º | 0.81% | 0.95% | - |
| XYZ | 45.33 | 24.03 | 40.78 | - |
| YUV | 119.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 171 | 0 | 0.81 | 0.30 | 0.05 | 322.04 | 0.89 | 0.57 |
| Hex | F3 | 2F | AB | 0 | 51 | 1E | 5 | 142 | 59 | 39 |
| Octal | 363 | 57 | 253 | 0 | 121 | 36 | 5 | 502 | 131 | 71 |
| Binary | 11110011 | 101111 | 10101011 | 0 | 1010001 | 11110 | 101 | 101000010 | 1011001 | 111001 |
Color Harmonies of #F32FAB
Complementary color
Monochromatic Colors of #F32FAB
Black with #F32FAB
Text Example
Text Example
White with #F32FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32FAB; }
p { color: rgb(243,47,171); }
H1.HeaderClassName
{
color: #F32FAB;
}
.AnyTagClassName
{
color: #F32FAB;
}
</style>
background-color css
<style>
a { background-color: #F32FAB; }
a { background-color: rgb(243,47,171); }
div.DivClassName
{
background-color: #F32FAB;
}
.BgClassName
{
background-color: #F32FAB;
}
</style>
border-color css
<style>
span { border-color: #F32FAB; }
span { border-color: rgb(243,47,171); }
td.TdClassName
{
border-color: #F32FAB;
}
.TagClassName
{
border-color: #F32FAB;
}
</style>