Shades of Persian Rose #F326AA
Tints of Persian Rose #F326AA
RGB
CMYK
RGB Variations
Color information
#F326AA (or 0xF326AA) is known color: Persian Rose. HEX triplet: F3, 26 and AA. RGB value is (243,38,170). Sum of RGB (Red+Green+Blue) = 243+38+170=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F326AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F326AA is #0CD955. Grayscale: #727272. Windows color (decimal): -842070 or 11151091. OLE color: 11151091.
HSL color Cylindrical-coordinate representation of color #F326AA: hue angle of 321.37º 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 #F326AA is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 170 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.05 |
| HSL | 321.37º | 0.9% | 0.55% | - |
| HSV(B) | 321.37º | 0.84% | 0.95% | - |
| XYZ | 44.91 | 23.34 | 40.17 | - |
| YUV | 114.34 | 159.42 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 170 | 0 | 0.84 | 0.30 | 0.05 | 321.37 | 0.9 | 0.55 |
| Hex | F3 | 26 | AA | 0 | 54 | 1E | 5 | 141 | 5A | 37 |
| Octal | 363 | 46 | 252 | 0 | 124 | 36 | 5 | 501 | 132 | 67 |
| Binary | 11110011 | 100110 | 10101010 | 0 | 1010100 | 11110 | 101 | 101000001 | 1011010 | 110111 |
Color Harmonies of #F326AA
Complementary color
Monochromatic Colors of #F326AA
Black with #F326AA
Text Example
Text Example
White with #F326AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326AA; }
p { color: rgb(243,38,170); }
H1.HeaderClassName
{
color: #F326AA;
}
.AnyTagClassName
{
color: #F326AA;
}
</style>
background-color css
<style>
a { background-color: #F326AA; }
a { background-color: rgb(243,38,170); }
div.DivClassName
{
background-color: #F326AA;
}
.BgClassName
{
background-color: #F326AA;
}
</style>
border-color css
<style>
span { border-color: #F326AA; }
span { border-color: rgb(243,38,170); }
td.TdClassName
{
border-color: #F326AA;
}
.TagClassName
{
border-color: #F326AA;
}
</style>