Shades of Persian Rose #F226AB
Tints of Persian Rose #F226AB
RGB
CMYK
RGB Variations
Color information
#F226AB (or 0xF226AB) is known color: Persian Rose. HEX triplet: F2, 26 and AB. RGB value is (242,38,171). Sum of RGB (Red+Green+Blue) = 242+38+171=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F226AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F226AB is #0DD954. Grayscale: #717171. Windows color (decimal): -907605 or 11216626. OLE color: 11216626.
HSL color Cylindrical-coordinate representation of color #F226AB: hue angle of 320.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F226AB is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 171 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.05 |
| HSL | 320.88º | 0.89% | 0.55% | - |
| HSV(B) | 320.88º | 0.84% | 0.95% | - |
| XYZ | 44.66 | 23.2 | 40.65 | - |
| YUV | 114.16 | 160.09 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 171 | 0 | 0.84 | 0.29 | 0.05 | 320.88 | 0.89 | 0.55 |
| Hex | F2 | 26 | AB | 0 | 54 | 1D | 5 | 141 | 59 | 37 |
| Octal | 362 | 46 | 253 | 0 | 124 | 35 | 5 | 501 | 131 | 67 |
| Binary | 11110010 | 100110 | 10101011 | 0 | 1010100 | 11101 | 101 | 101000001 | 1011001 | 110111 |
Color Harmonies of #F226AB
Complementary color
Monochromatic Colors of #F226AB
Black with #F226AB
Text Example
Text Example
White with #F226AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F226AB; }
p { color: rgb(242,38,171); }
H1.HeaderClassName
{
color: #F226AB;
}
.AnyTagClassName
{
color: #F226AB;
}
</style>
background-color css
<style>
a { background-color: #F226AB; }
a { background-color: rgb(242,38,171); }
div.DivClassName
{
background-color: #F226AB;
}
.BgClassName
{
background-color: #F226AB;
}
</style>
border-color css
<style>
span { border-color: #F226AB; }
span { border-color: rgb(242,38,171); }
td.TdClassName
{
border-color: #F226AB;
}
.TagClassName
{
border-color: #F226AB;
}
</style>