Shades of Persian Rose #F22FAB
Tints of Persian Rose #F22FAB
RGB
CMYK
RGB Variations
Color information
#F22FAB (or 0xF22FAB) is known color: Persian Rose. HEX triplet: F2, 2F and AB. RGB value is (242,47,171). Sum of RGB (Red+Green+Blue) = 242+47+171=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F22FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22FAB is #0DD054. Grayscale: #777777. Windows color (decimal): -905301 or 11218930. OLE color: 11218930.
HSL color Cylindrical-coordinate representation of color #F22FAB: hue angle of 321.85º 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 #F22FAB is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 47 | 171 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.05 |
| HSL | 321.85º | 0.88% | 0.57% | - |
| HSV(B) | 321.85º | 0.81% | 0.95% | - |
| XYZ | 44.99 | 23.85 | 40.76 | - |
| YUV | 119.44 | 157.1 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 47 | 171 | 0 | 0.81 | 0.29 | 0.05 | 321.85 | 0.88 | 0.57 |
| Hex | F2 | 2F | AB | 0 | 51 | 1D | 5 | 142 | 58 | 39 |
| Octal | 362 | 57 | 253 | 0 | 121 | 35 | 5 | 502 | 130 | 71 |
| Binary | 11110010 | 101111 | 10101011 | 0 | 1010001 | 11101 | 101 | 101000010 | 1011000 | 111001 |
Color Harmonies of #F22FAB
Complementary color
Monochromatic Colors of #F22FAB
Black with #F22FAB
Text Example
Text Example
White with #F22FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22FAB; }
p { color: rgb(242,47,171); }
H1.HeaderClassName
{
color: #F22FAB;
}
.AnyTagClassName
{
color: #F22FAB;
}
</style>
background-color css
<style>
a { background-color: #F22FAB; }
a { background-color: rgb(242,47,171); }
div.DivClassName
{
background-color: #F22FAB;
}
.BgClassName
{
background-color: #F22FAB;
}
</style>
border-color css
<style>
span { border-color: #F22FAB; }
span { border-color: rgb(242,47,171); }
td.TdClassName
{
border-color: #F22FAB;
}
.TagClassName
{
border-color: #F22FAB;
}
</style>