Shades of Persian Rose #F221A3
Tints of Persian Rose #F221A3
RGB
CMYK
RGB Variations
Color information
#F221A3 (or 0xF221A3) is known color: Persian Rose. HEX triplet: F2, 21 and A3. RGB value is (242,33,163). Sum of RGB (Red+Green+Blue) = 242+33+163=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F221A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F221A3 is #0DDE5C. Grayscale: #6E6E6E. Windows color (decimal): -908893 or 10691058. OLE color: 10691058.
HSL color Cylindrical-coordinate representation of color #F221A3: hue angle of 322.68º degrees, saturation: 0.89, 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 #F221A3 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 163 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.05 |
| HSL | 322.68º | 0.89% | 0.54% | - |
| HSV(B) | 322.68º | 0.86% | 0.95% | - |
| XYZ | 43.77 | 22.61 | 36.71 | - |
| YUV | 110.31 | 157.74 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 163 | 0 | 0.86 | 0.33 | 0.05 | 322.68 | 0.89 | 0.54 |
| Hex | F2 | 21 | A3 | 0 | 56 | 21 | 5 | 143 | 59 | 36 |
| Octal | 362 | 41 | 243 | 0 | 126 | 41 | 5 | 503 | 131 | 66 |
| Binary | 11110010 | 100001 | 10100011 | 0 | 1010110 | 100001 | 101 | 101000011 | 1011001 | 110110 |
Color Harmonies of #F221A3
Complementary color
Monochromatic Colors of #F221A3
Black with #F221A3
Text Example
Text Example
White with #F221A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221A3; }
p { color: rgb(242,33,163); }
H1.HeaderClassName
{
color: #F221A3;
}
.AnyTagClassName
{
color: #F221A3;
}
</style>
background-color css
<style>
a { background-color: #F221A3; }
a { background-color: rgb(242,33,163); }
div.DivClassName
{
background-color: #F221A3;
}
.BgClassName
{
background-color: #F221A3;
}
</style>
border-color css
<style>
span { border-color: #F221A3; }
span { border-color: rgb(242,33,163); }
td.TdClassName
{
border-color: #F221A3;
}
.TagClassName
{
border-color: #F221A3;
}
</style>