Shades of Persian Rose #F22FA6
Tints of Persian Rose #F22FA6
RGB
CMYK
RGB Variations
Color information
#F22FA6 (or 0xF22FA6) is known color: Persian Rose. HEX triplet: F2, 2F and A6. RGB value is (242,47,166). Sum of RGB (Red+Green+Blue) = 242+47+166=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F22FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22FA6 is #0DD059. Grayscale: #767676. Windows color (decimal): -905306 or 10891250. OLE color: 10891250.
HSL color Cylindrical-coordinate representation of color #F22FA6: hue angle of 323.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22FA6 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 47 | 166 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.05 |
| HSL | 323.38º | 0.88% | 0.57% | - |
| HSV(B) | 323.38º | 0.81% | 0.95% | - |
| XYZ | 44.52 | 23.66 | 38.3 | - |
| YUV | 118.87 | 154.6 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 47 | 166 | 0 | 0.81 | 0.31 | 0.05 | 323.38 | 0.88 | 0.57 |
| Hex | F2 | 2F | A6 | 0 | 51 | 1F | 5 | 143 | 58 | 39 |
| Octal | 362 | 57 | 246 | 0 | 121 | 37 | 5 | 503 | 130 | 71 |
| Binary | 11110010 | 101111 | 10100110 | 0 | 1010001 | 11111 | 101 | 101000011 | 1011000 | 111001 |
Color Harmonies of #F22FA6
Complementary color
Monochromatic Colors of #F22FA6
Black with #F22FA6
Text Example
Text Example
White with #F22FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22FA6; }
p { color: rgb(242,47,166); }
H1.HeaderClassName
{
color: #F22FA6;
}
.AnyTagClassName
{
color: #F22FA6;
}
</style>
background-color css
<style>
a { background-color: #F22FA6; }
a { background-color: rgb(242,47,166); }
div.DivClassName
{
background-color: #F22FA6;
}
.BgClassName
{
background-color: #F22FA6;
}
</style>
border-color css
<style>
span { border-color: #F22FA6; }
span { border-color: rgb(242,47,166); }
td.TdClassName
{
border-color: #F22FA6;
}
.TagClassName
{
border-color: #F22FA6;
}
</style>