Shades of Persian Rose #F228AA
Tints of Persian Rose #F228AA
RGB
CMYK
RGB Variations
Color information
#F228AA (or 0xF228AA) is known color: Persian Rose. HEX triplet: F2, 28 and AA. RGB value is (242,40,170). Sum of RGB (Red+Green+Blue) = 242+40+170=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F228AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F228AA is #0DD755. Grayscale: #727272. Windows color (decimal): -907094 or 11151602. OLE color: 11151602.
HSL color Cylindrical-coordinate representation of color #F228AA: hue angle of 321.39º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F228AA is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 170 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.05 |
| HSL | 321.39º | 0.89% | 0.55% | - |
| HSV(B) | 321.39º | 0.83% | 0.95% | - |
| XYZ | 44.63 | 23.3 | 40.17 | - |
| YUV | 115.22 | 158.92 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 170 | 0 | 0.83 | 0.30 | 0.05 | 321.39 | 0.89 | 0.55 |
| Hex | F2 | 28 | AA | 0 | 53 | 1E | 5 | 141 | 59 | 37 |
| Octal | 362 | 50 | 252 | 0 | 123 | 36 | 5 | 501 | 131 | 67 |
| Binary | 11110010 | 101000 | 10101010 | 0 | 1010011 | 11110 | 101 | 101000001 | 1011001 | 110111 |
Color Harmonies of #F228AA
Complementary color
Monochromatic Colors of #F228AA
Black with #F228AA
Text Example
Text Example
White with #F228AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F228AA; }
p { color: rgb(242,40,170); }
H1.HeaderClassName
{
color: #F228AA;
}
.AnyTagClassName
{
color: #F228AA;
}
</style>
background-color css
<style>
a { background-color: #F228AA; }
a { background-color: rgb(242,40,170); }
div.DivClassName
{
background-color: #F228AA;
}
.BgClassName
{
background-color: #F228AA;
}
</style>
border-color css
<style>
span { border-color: #F228AA; }
span { border-color: rgb(242,40,170); }
td.TdClassName
{
border-color: #F228AA;
}
.TagClassName
{
border-color: #F228AA;
}
</style>