Shades of Persian Rose #F323A1
Tints of Persian Rose #F323A1
RGB
CMYK
RGB Variations
Color information
#F323A1 (or 0xF323A1) is known color: Persian Rose. HEX triplet: F3, 23 and A1. RGB value is (243,35,161). Sum of RGB (Red+Green+Blue) = 243+35+161=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F323A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F323A1 is #0CDC5E. Grayscale: #6F6F6F. Windows color (decimal): -842847 or 10560499. OLE color: 10560499.
HSL color Cylindrical-coordinate representation of color #F323A1: hue angle of 323.65º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F323A1 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 161 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.05 |
| HSL | 323.65º | 0.9% | 0.55% | - |
| HSV(B) | 323.65º | 0.86% | 0.95% | - |
| XYZ | 44 | 22.83 | 35.81 | - |
| YUV | 111.56 | 155.91 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 161 | 0 | 0.86 | 0.34 | 0.05 | 323.65 | 0.9 | 0.55 |
| Hex | F3 | 23 | A1 | 0 | 56 | 22 | 5 | 144 | 5A | 37 |
| Octal | 363 | 43 | 241 | 0 | 126 | 42 | 5 | 504 | 132 | 67 |
| Binary | 11110011 | 100011 | 10100001 | 0 | 1010110 | 100010 | 101 | 101000100 | 1011010 | 110111 |
Color Harmonies of #F323A1
Complementary color
Monochromatic Colors of #F323A1
Black with #F323A1
Text Example
Text Example
White with #F323A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323A1; }
p { color: rgb(243,35,161); }
H1.HeaderClassName
{
color: #F323A1;
}
.AnyTagClassName
{
color: #F323A1;
}
</style>
background-color css
<style>
a { background-color: #F323A1; }
a { background-color: rgb(243,35,161); }
div.DivClassName
{
background-color: #F323A1;
}
.BgClassName
{
background-color: #F323A1;
}
</style>
border-color css
<style>
span { border-color: #F323A1; }
span { border-color: rgb(243,35,161); }
td.TdClassName
{
border-color: #F323A1;
}
.TagClassName
{
border-color: #F323A1;
}
</style>