Shades of Persian Rose #F32FA8
Tints of Persian Rose #F32FA8
RGB
CMYK
RGB Variations
Color information
#F32FA8 (or 0xF32FA8) is known color: Persian Rose. HEX triplet: F3, 2F and A8. RGB value is (243,47,168). Sum of RGB (Red+Green+Blue) = 243+47+168=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F32FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32FA8 is #0CD057. Grayscale: #777777. Windows color (decimal): -839768 or 11022323. OLE color: 11022323.
HSL color Cylindrical-coordinate representation of color #F32FA8: hue angle of 322.96º 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 #F32FA8 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 168 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.05 |
| HSL | 322.96º | 0.89% | 0.57% | - |
| HSV(B) | 322.96º | 0.81% | 0.95% | - |
| XYZ | 45.05 | 23.91 | 39.29 | - |
| YUV | 119.4 | 155.43 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 168 | 0 | 0.81 | 0.31 | 0.05 | 322.96 | 0.89 | 0.57 |
| Hex | F3 | 2F | A8 | 0 | 51 | 1F | 5 | 143 | 59 | 39 |
| Octal | 363 | 57 | 250 | 0 | 121 | 37 | 5 | 503 | 131 | 71 |
| Binary | 11110011 | 101111 | 10101000 | 0 | 1010001 | 11111 | 101 | 101000011 | 1011001 | 111001 |
Color Harmonies of #F32FA8
Complementary color
Monochromatic Colors of #F32FA8
Black with #F32FA8
Text Example
Text Example
White with #F32FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32FA8; }
p { color: rgb(243,47,168); }
H1.HeaderClassName
{
color: #F32FA8;
}
.AnyTagClassName
{
color: #F32FA8;
}
</style>
background-color css
<style>
a { background-color: #F32FA8; }
a { background-color: rgb(243,47,168); }
div.DivClassName
{
background-color: #F32FA8;
}
.BgClassName
{
background-color: #F32FA8;
}
</style>
border-color css
<style>
span { border-color: #F32FA8; }
span { border-color: rgb(243,47,168); }
td.TdClassName
{
border-color: #F32FA8;
}
.TagClassName
{
border-color: #F32FA8;
}
</style>