Shades of Persian Rose #F225AA
Tints of Persian Rose #F225AA
RGB
CMYK
RGB Variations
Color information
#F225AA (or 0xF225AA) is known color: Persian Rose. HEX triplet: F2, 25 and AA. RGB value is (242,37,170). Sum of RGB (Red+Green+Blue) = 242+37+170=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F225AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F225AA is #0DDA55. Grayscale: #717171. Windows color (decimal): -907862 or 11150834. OLE color: 11150834.
HSL color Cylindrical-coordinate representation of color #F225AA: hue angle of 321.07º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F225AA is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 170 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.05 |
| HSL | 321.07º | 0.89% | 0.55% | - |
| HSV(B) | 321.07º | 0.85% | 0.95% | - |
| XYZ | 44.54 | 23.1 | 40.14 | - |
| YUV | 113.46 | 159.92 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 170 | 0 | 0.85 | 0.30 | 0.05 | 321.07 | 0.89 | 0.55 |
| Hex | F2 | 25 | AA | 0 | 55 | 1E | 5 | 141 | 59 | 37 |
| Octal | 362 | 45 | 252 | 0 | 125 | 36 | 5 | 501 | 131 | 67 |
| Binary | 11110010 | 100101 | 10101010 | 0 | 1010101 | 11110 | 101 | 101000001 | 1011001 | 110111 |
Color Harmonies of #F225AA
Complementary color
Monochromatic Colors of #F225AA
Black with #F225AA
Text Example
Text Example
White with #F225AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F225AA; }
p { color: rgb(242,37,170); }
H1.HeaderClassName
{
color: #F225AA;
}
.AnyTagClassName
{
color: #F225AA;
}
</style>
background-color css
<style>
a { background-color: #F225AA; }
a { background-color: rgb(242,37,170); }
div.DivClassName
{
background-color: #F225AA;
}
.BgClassName
{
background-color: #F225AA;
}
</style>
border-color css
<style>
span { border-color: #F225AA; }
span { border-color: rgb(242,37,170); }
td.TdClassName
{
border-color: #F225AA;
}
.TagClassName
{
border-color: #F225AA;
}
</style>