Shades of Persian Rose #F221A5
Tints of Persian Rose #F221A5
RGB
CMYK
RGB Variations
Color information
#F221A5 (or 0xF221A5) is known color: Persian Rose. HEX triplet: F2, 21 and A5. RGB value is (242,33,165). Sum of RGB (Red+Green+Blue) = 242+33+165=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F221A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F221A5 is #0DDE5A. Grayscale: #6E6E6E. Windows color (decimal): -908891 or 10822130. OLE color: 10822130.
HSL color Cylindrical-coordinate representation of color #F221A5: hue angle of 322.11º 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 #F221A5 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 165 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.05 |
| HSL | 322.11º | 0.89% | 0.54% | - |
| HSV(B) | 322.11º | 0.86% | 0.95% | - |
| XYZ | 43.95 | 22.68 | 37.66 | - |
| YUV | 110.54 | 158.74 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 165 | 0 | 0.86 | 0.32 | 0.05 | 322.11 | 0.89 | 0.54 |
| Hex | F2 | 21 | A5 | 0 | 56 | 20 | 5 | 142 | 59 | 36 |
| Octal | 362 | 41 | 245 | 0 | 126 | 40 | 5 | 502 | 131 | 66 |
| Binary | 11110010 | 100001 | 10100101 | 0 | 1010110 | 100000 | 101 | 101000010 | 1011001 | 110110 |
Color Harmonies of #F221A5
Complementary color
Monochromatic Colors of #F221A5
Black with #F221A5
Text Example
Text Example
White with #F221A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221A5; }
p { color: rgb(242,33,165); }
H1.HeaderClassName
{
color: #F221A5;
}
.AnyTagClassName
{
color: #F221A5;
}
</style>
background-color css
<style>
a { background-color: #F221A5; }
a { background-color: rgb(242,33,165); }
div.DivClassName
{
background-color: #F221A5;
}
.BgClassName
{
background-color: #F221A5;
}
</style>
border-color css
<style>
span { border-color: #F221A5; }
span { border-color: rgb(242,33,165); }
td.TdClassName
{
border-color: #F221A5;
}
.TagClassName
{
border-color: #F221A5;
}
</style>