Shades of Persian Rose #F322A5
Tints of Persian Rose #F322A5
RGB
CMYK
RGB Variations
Color information
#F322A5 (or 0xF322A5) is known color: Persian Rose. HEX triplet: F3, 22 and A5. RGB value is (243,34,165). Sum of RGB (Red+Green+Blue) = 243+34+165=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F322A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F322A5 is #0CDD5A. Grayscale: #6F6F6F. Windows color (decimal): -843099 or 10822387. OLE color: 10822387.
HSL color Cylindrical-coordinate representation of color #F322A5: hue angle of 322.39º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F322A5 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 165 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.05 |
| HSL | 322.39º | 0.9% | 0.54% | - |
| HSV(B) | 322.39º | 0.86% | 0.95% | - |
| XYZ | 44.33 | 22.92 | 37.68 | - |
| YUV | 111.43 | 158.24 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 165 | 0 | 0.86 | 0.32 | 0.05 | 322.39 | 0.9 | 0.54 |
| Hex | F3 | 22 | A5 | 0 | 56 | 20 | 5 | 142 | 5A | 36 |
| Octal | 363 | 42 | 245 | 0 | 126 | 40 | 5 | 502 | 132 | 66 |
| Binary | 11110011 | 100010 | 10100101 | 0 | 1010110 | 100000 | 101 | 101000010 | 1011010 | 110110 |
Color Harmonies of #F322A5
Complementary color
Monochromatic Colors of #F322A5
Black with #F322A5
Text Example
Text Example
White with #F322A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F322A5; }
p { color: rgb(243,34,165); }
H1.HeaderClassName
{
color: #F322A5;
}
.AnyTagClassName
{
color: #F322A5;
}
</style>
background-color css
<style>
a { background-color: #F322A5; }
a { background-color: rgb(243,34,165); }
div.DivClassName
{
background-color: #F322A5;
}
.BgClassName
{
background-color: #F322A5;
}
</style>
border-color css
<style>
span { border-color: #F322A5; }
span { border-color: rgb(243,34,165); }
td.TdClassName
{
border-color: #F322A5;
}
.TagClassName
{
border-color: #F322A5;
}
</style>