Shades of Persian Rose #F2289A
Tints of Persian Rose #F2289A
RGB
CMYK
RGB Variations
Color information
#F2289A (or 0xF2289A) is known color: Persian Rose. HEX triplet: F2, 28 and 9A. RGB value is (242,40,154). Sum of RGB (Red+Green+Blue) = 242+40+154=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2289A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2289A is #0DD765. Grayscale: #717171. Windows color (decimal): -907110 or 10103026. OLE color: 10103026.
HSL color Cylindrical-coordinate representation of color #F2289A: hue angle of 326.14º 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 #F2289A is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 154 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.05 |
| HSL | 326.14º | 0.89% | 0.55% | - |
| HSV(B) | 326.14º | 0.83% | 0.95% | - |
| XYZ | 43.21 | 22.73 | 32.68 | - |
| YUV | 113.39 | 150.92 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 154 | 0 | 0.83 | 0.36 | 0.05 | 326.14 | 0.89 | 0.55 |
| Hex | F2 | 28 | 9A | 0 | 53 | 24 | 5 | 146 | 59 | 37 |
| Octal | 362 | 50 | 232 | 0 | 123 | 44 | 5 | 506 | 131 | 67 |
| Binary | 11110010 | 101000 | 10011010 | 0 | 1010011 | 100100 | 101 | 101000110 | 1011001 | 110111 |
Color Harmonies of #F2289A
Complementary color
Monochromatic Colors of #F2289A
Black with #F2289A
Text Example
Text Example
White with #F2289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2289A; }
p { color: rgb(242,40,154); }
H1.HeaderClassName
{
color: #F2289A;
}
.AnyTagClassName
{
color: #F2289A;
}
</style>
background-color css
<style>
a { background-color: #F2289A; }
a { background-color: rgb(242,40,154); }
div.DivClassName
{
background-color: #F2289A;
}
.BgClassName
{
background-color: #F2289A;
}
</style>
border-color css
<style>
span { border-color: #F2289A; }
span { border-color: rgb(242,40,154); }
td.TdClassName
{
border-color: #F2289A;
}
.TagClassName
{
border-color: #F2289A;
}
</style>