Shades of Persian Rose #F221A6
Tints of Persian Rose #F221A6
RGB
CMYK
RGB Variations
Color information
#F221A6 (or 0xF221A6) is known color: Persian Rose. HEX triplet: F2, 21 and A6. RGB value is (242,33,166). Sum of RGB (Red+Green+Blue) = 242+33+166=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F221A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F221A6 is #0DDE59. Grayscale: #6E6E6E. Windows color (decimal): -908890 or 10887666. OLE color: 10887666.
HSL color Cylindrical-coordinate representation of color #F221A6: hue angle of 321.82º 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 #F221A6 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 166 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.05 |
| HSL | 321.82º | 0.89% | 0.54% | - |
| HSV(B) | 321.82º | 0.86% | 0.95% | - |
| XYZ | 44.04 | 22.72 | 38.14 | - |
| YUV | 110.65 | 159.24 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 166 | 0 | 0.86 | 0.31 | 0.05 | 321.82 | 0.89 | 0.54 |
| Hex | F2 | 21 | A6 | 0 | 56 | 1F | 5 | 142 | 59 | 36 |
| Octal | 362 | 41 | 246 | 0 | 126 | 37 | 5 | 502 | 131 | 66 |
| Binary | 11110010 | 100001 | 10100110 | 0 | 1010110 | 11111 | 101 | 101000010 | 1011001 | 110110 |
Color Harmonies of #F221A6
Complementary color
Monochromatic Colors of #F221A6
Black with #F221A6
Text Example
Text Example
White with #F221A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221A6; }
p { color: rgb(242,33,166); }
H1.HeaderClassName
{
color: #F221A6;
}
.AnyTagClassName
{
color: #F221A6;
}
</style>
background-color css
<style>
a { background-color: #F221A6; }
a { background-color: rgb(242,33,166); }
div.DivClassName
{
background-color: #F221A6;
}
.BgClassName
{
background-color: #F221A6;
}
</style>
border-color css
<style>
span { border-color: #F221A6; }
span { border-color: rgb(242,33,166); }
td.TdClassName
{
border-color: #F221A6;
}
.TagClassName
{
border-color: #F221A6;
}
</style>