Shades of Persian Rose #F328A2
Tints of Persian Rose #F328A2
RGB
CMYK
RGB Variations
Color information
#F328A2 (or 0xF328A2) is known color: Persian Rose. HEX triplet: F3, 28 and A2. RGB value is (243,40,162). Sum of RGB (Red+Green+Blue) = 243+40+162=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F328A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F328A2 is #0CD75D. Grayscale: #727272. Windows color (decimal): -841566 or 10627315. OLE color: 10627315.
HSL color Cylindrical-coordinate representation of color #F328A2: hue angle of 323.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328A2 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 162 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.05 |
| HSL | 323.94º | 0.89% | 0.55% | - |
| HSV(B) | 323.94º | 0.84% | 0.95% | - |
| XYZ | 44.24 | 23.18 | 36.32 | - |
| YUV | 114.61 | 154.75 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 162 | 0 | 0.84 | 0.33 | 0.05 | 323.94 | 0.89 | 0.55 |
| Hex | F3 | 28 | A2 | 0 | 54 | 21 | 5 | 144 | 59 | 37 |
| Octal | 363 | 50 | 242 | 0 | 124 | 41 | 5 | 504 | 131 | 67 |
| Binary | 11110011 | 101000 | 10100010 | 0 | 1010100 | 100001 | 101 | 101000100 | 1011001 | 110111 |
Color Harmonies of #F328A2
Complementary color
Monochromatic Colors of #F328A2
Black with #F328A2
Text Example
Text Example
White with #F328A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328A2; }
p { color: rgb(243,40,162); }
H1.HeaderClassName
{
color: #F328A2;
}
.AnyTagClassName
{
color: #F328A2;
}
</style>
background-color css
<style>
a { background-color: #F328A2; }
a { background-color: rgb(243,40,162); }
div.DivClassName
{
background-color: #F328A2;
}
.BgClassName
{
background-color: #F328A2;
}
</style>
border-color css
<style>
span { border-color: #F328A2; }
span { border-color: rgb(243,40,162); }
td.TdClassName
{
border-color: #F328A2;
}
.TagClassName
{
border-color: #F328A2;
}
</style>