Shades of Persian Rose #F2289B
Tints of Persian Rose #F2289B
RGB
CMYK
RGB Variations
Color information
#F2289B (or 0xF2289B) is known color: Persian Rose. HEX triplet: F2, 28 and 9B. RGB value is (242,40,155). Sum of RGB (Red+Green+Blue) = 242+40+155=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2289B is #0DD764. Grayscale: #717171. Windows color (decimal): -907109 or 10168562. OLE color: 10168562.
HSL color Cylindrical-coordinate representation of color #F2289B: hue angle of 325.84º 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 #F2289B is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 155 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.05 |
| HSL | 325.84º | 0.89% | 0.55% | - |
| HSV(B) | 325.84º | 0.83% | 0.95% | - |
| XYZ | 43.29 | 22.76 | 33.12 | - |
| YUV | 113.51 | 151.42 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 155 | 0 | 0.83 | 0.36 | 0.05 | 325.84 | 0.89 | 0.55 |
| Hex | F2 | 28 | 9B | 0 | 53 | 24 | 5 | 146 | 59 | 37 |
| Octal | 362 | 50 | 233 | 0 | 123 | 44 | 5 | 506 | 131 | 67 |
| Binary | 11110010 | 101000 | 10011011 | 0 | 1010011 | 100100 | 101 | 101000110 | 1011001 | 110111 |
Color Harmonies of #F2289B
Complementary color
Monochromatic Colors of #F2289B
Black with #F2289B
Text Example
Text Example
White with #F2289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2289B; }
p { color: rgb(242,40,155); }
H1.HeaderClassName
{
color: #F2289B;
}
.AnyTagClassName
{
color: #F2289B;
}
</style>
background-color css
<style>
a { background-color: #F2289B; }
a { background-color: rgb(242,40,155); }
div.DivClassName
{
background-color: #F2289B;
}
.BgClassName
{
background-color: #F2289B;
}
</style>
border-color css
<style>
span { border-color: #F2289B; }
span { border-color: rgb(242,40,155); }
td.TdClassName
{
border-color: #F2289B;
}
.TagClassName
{
border-color: #F2289B;
}
</style>