Shades of Persian Rose #F328A1
Tints of Persian Rose #F328A1
RGB
CMYK
RGB Variations
Color information
#F328A1 (or 0xF328A1) is known color: Persian Rose. HEX triplet: F3, 28 and A1. RGB value is (243,40,161). Sum of RGB (Red+Green+Blue) = 243+40+161=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F328A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F328A1 is #0CD75E. Grayscale: #727272. Windows color (decimal): -841567 or 10561779. OLE color: 10561779.
HSL color Cylindrical-coordinate representation of color #F328A1: hue angle of 324.24º 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 #F328A1 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 161 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.05 |
| HSL | 324.24º | 0.89% | 0.55% | - |
| HSV(B) | 324.24º | 0.84% | 0.95% | - |
| XYZ | 44.15 | 23.15 | 35.86 | - |
| YUV | 114.49 | 154.25 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 161 | 0 | 0.84 | 0.34 | 0.05 | 324.24 | 0.89 | 0.55 |
| Hex | F3 | 28 | A1 | 0 | 54 | 22 | 5 | 144 | 59 | 37 |
| Octal | 363 | 50 | 241 | 0 | 124 | 42 | 5 | 504 | 131 | 67 |
| Binary | 11110011 | 101000 | 10100001 | 0 | 1010100 | 100010 | 101 | 101000100 | 1011001 | 110111 |
Color Harmonies of #F328A1
Complementary color
Monochromatic Colors of #F328A1
Black with #F328A1
Text Example
Text Example
White with #F328A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328A1; }
p { color: rgb(243,40,161); }
H1.HeaderClassName
{
color: #F328A1;
}
.AnyTagClassName
{
color: #F328A1;
}
</style>
background-color css
<style>
a { background-color: #F328A1; }
a { background-color: rgb(243,40,161); }
div.DivClassName
{
background-color: #F328A1;
}
.BgClassName
{
background-color: #F328A1;
}
</style>
border-color css
<style>
span { border-color: #F328A1; }
span { border-color: rgb(243,40,161); }
td.TdClassName
{
border-color: #F328A1;
}
.TagClassName
{
border-color: #F328A1;
}
</style>