Shades of Persian Rose #F227A0
Tints of Persian Rose #F227A0
RGB
CMYK
RGB Variations
Color information
#F227A0 (or 0xF227A0) is known color: Persian Rose. HEX triplet: F2, 27 and A0. RGB value is (242,39,160). Sum of RGB (Red+Green+Blue) = 242+39+160=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F227A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F227A0 is #0DD85F. Grayscale: #717171. Windows color (decimal): -907360 or 10495986. OLE color: 10495986.
HSL color Cylindrical-coordinate representation of color #F227A0: hue angle of 324.24º 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 #F227A0 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 160 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.05 |
| HSL | 324.24º | 0.89% | 0.55% | - |
| HSV(B) | 324.24º | 0.84% | 0.95% | - |
| XYZ | 43.69 | 22.87 | 35.37 | - |
| YUV | 113.49 | 154.25 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 160 | 0 | 0.84 | 0.34 | 0.05 | 324.24 | 0.89 | 0.55 |
| Hex | F2 | 27 | A0 | 0 | 54 | 22 | 5 | 144 | 59 | 37 |
| Octal | 362 | 47 | 240 | 0 | 124 | 42 | 5 | 504 | 131 | 67 |
| Binary | 11110010 | 100111 | 10100000 | 0 | 1010100 | 100010 | 101 | 101000100 | 1011001 | 110111 |
Color Harmonies of #F227A0
Complementary color
Monochromatic Colors of #F227A0
Black with #F227A0
Text Example
Text Example
White with #F227A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227A0; }
p { color: rgb(242,39,160); }
H1.HeaderClassName
{
color: #F227A0;
}
.AnyTagClassName
{
color: #F227A0;
}
</style>
background-color css
<style>
a { background-color: #F227A0; }
a { background-color: rgb(242,39,160); }
div.DivClassName
{
background-color: #F227A0;
}
.BgClassName
{
background-color: #F227A0;
}
</style>
border-color css
<style>
span { border-color: #F227A0; }
span { border-color: rgb(242,39,160); }
td.TdClassName
{
border-color: #F227A0;
}
.TagClassName
{
border-color: #F227A0;
}
</style>