Shades of Persian Rose #F326A1
Tints of Persian Rose #F326A1
RGB
CMYK
RGB Variations
Color information
#F326A1 (or 0xF326A1) is known color: Persian Rose. HEX triplet: F3, 26 and A1. RGB value is (243,38,161). Sum of RGB (Red+Green+Blue) = 243+38+161=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F326A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F326A1 is #0CD95E. Grayscale: #717171. Windows color (decimal): -842079 or 10561267. OLE color: 10561267.
HSL color Cylindrical-coordinate representation of color #F326A1: hue angle of 324º 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 #F326A1 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 161 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.05 |
| HSL | 324º | 0.9% | 0.55% | - |
| HSV(B) | 324º | 0.84% | 0.95% | - |
| XYZ | 44.09 | 23.01 | 35.84 | - |
| YUV | 113.32 | 154.92 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 161 | 0 | 0.84 | 0.34 | 0.05 | 324 | 0.9 | 0.55 |
| Hex | F3 | 26 | A1 | 0 | 54 | 22 | 5 | 144 | 5A | 37 |
| Octal | 363 | 46 | 241 | 0 | 124 | 42 | 5 | 504 | 132 | 67 |
| Binary | 11110011 | 100110 | 10100001 | 0 | 1010100 | 100010 | 101 | 101000100 | 1011010 | 110111 |
Color Harmonies of #F326A1
Complementary color
Monochromatic Colors of #F326A1
Black with #F326A1
Text Example
Text Example
White with #F326A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326A1; }
p { color: rgb(243,38,161); }
H1.HeaderClassName
{
color: #F326A1;
}
.AnyTagClassName
{
color: #F326A1;
}
</style>
background-color css
<style>
a { background-color: #F326A1; }
a { background-color: rgb(243,38,161); }
div.DivClassName
{
background-color: #F326A1;
}
.BgClassName
{
background-color: #F326A1;
}
</style>
border-color css
<style>
span { border-color: #F326A1; }
span { border-color: rgb(243,38,161); }
td.TdClassName
{
border-color: #F326A1;
}
.TagClassName
{
border-color: #F326A1;
}
</style>