Shades of Persian Rose #F326A0
Tints of Persian Rose #F326A0
RGB
CMYK
RGB Variations
Color information
#F326A0 (or 0xF326A0) is known color: Persian Rose. HEX triplet: F3, 26 and A0. RGB value is (243,38,160). Sum of RGB (Red+Green+Blue) = 243+38+160=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F326A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F326A0 is #0CD95F. Grayscale: #707070. Windows color (decimal): -842080 or 10495731. OLE color: 10495731.
HSL color Cylindrical-coordinate representation of color #F326A0: hue angle of 324.29º degrees, saturation: 0.9, 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 #F326A0 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 160 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.05 |
| HSL | 324.29º | 0.9% | 0.55% | - |
| HSV(B) | 324.29º | 0.84% | 0.95% | - |
| XYZ | 44 | 22.98 | 35.37 | - |
| YUV | 113.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 160 | 0 | 0.84 | 0.34 | 0.05 | 324.29 | 0.9 | 0.55 |
| Hex | F3 | 26 | A0 | 0 | 54 | 22 | 5 | 144 | 5A | 37 |
| Octal | 363 | 46 | 240 | 0 | 124 | 42 | 5 | 504 | 132 | 67 |
| Binary | 11110011 | 100110 | 10100000 | 0 | 1010100 | 100010 | 101 | 101000100 | 1011010 | 110111 |
Color Harmonies of #F326A0
Complementary color
Monochromatic Colors of #F326A0
Black with #F326A0
Text Example
Text Example
White with #F326A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326A0; }
p { color: rgb(243,38,160); }
H1.HeaderClassName
{
color: #F326A0;
}
.AnyTagClassName
{
color: #F326A0;
}
</style>
background-color css
<style>
a { background-color: #F326A0; }
a { background-color: rgb(243,38,160); }
div.DivClassName
{
background-color: #F326A0;
}
.BgClassName
{
background-color: #F326A0;
}
</style>
border-color css
<style>
span { border-color: #F326A0; }
span { border-color: rgb(243,38,160); }
td.TdClassName
{
border-color: #F326A0;
}
.TagClassName
{
border-color: #F326A0;
}
</style>