Shades of Persian Rose #F32FA2
Tints of Persian Rose #F32FA2
RGB
CMYK
RGB Variations
Color information
#F32FA2 (or 0xF32FA2) is known color: Persian Rose. HEX triplet: F3, 2F and A2. RGB value is (243,47,162). Sum of RGB (Red+Green+Blue) = 243+47+162=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F32FA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32FA2 is #0CD05D. Grayscale: #767676. Windows color (decimal): -839774 or 10629107. OLE color: 10629107.
HSL color Cylindrical-coordinate representation of color #F32FA2: hue angle of 324.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 #F32FA2 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 162 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.05 |
| HSL | 324.8º | 0.89% | 0.57% | - |
| HSV(B) | 324.8º | 0.81% | 0.95% | - |
| XYZ | 44.5 | 23.7 | 36.41 | - |
| YUV | 118.71 | 152.43 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 162 | 0 | 0.81 | 0.33 | 0.05 | 324.8 | 0.89 | 0.57 |
| Hex | F3 | 2F | A2 | 0 | 51 | 21 | 5 | 145 | 59 | 39 |
| Octal | 363 | 57 | 242 | 0 | 121 | 41 | 5 | 505 | 131 | 71 |
| Binary | 11110011 | 101111 | 10100010 | 0 | 1010001 | 100001 | 101 | 101000101 | 1011001 | 111001 |
Color Harmonies of #F32FA2
Complementary color
Monochromatic Colors of #F32FA2
Black with #F32FA2
Text Example
Text Example
White with #F32FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32FA2; }
p { color: rgb(243,47,162); }
H1.HeaderClassName
{
color: #F32FA2;
}
.AnyTagClassName
{
color: #F32FA2;
}
</style>
background-color css
<style>
a { background-color: #F32FA2; }
a { background-color: rgb(243,47,162); }
div.DivClassName
{
background-color: #F32FA2;
}
.BgClassName
{
background-color: #F32FA2;
}
</style>
border-color css
<style>
span { border-color: #F32FA2; }
span { border-color: rgb(243,47,162); }
td.TdClassName
{
border-color: #F32FA2;
}
.TagClassName
{
border-color: #F32FA2;
}
</style>