Shades of Persian Rose #F2289D
Tints of Persian Rose #F2289D
RGB
CMYK
RGB Variations
Color information
#F2289D (or 0xF2289D) is known color: Persian Rose. HEX triplet: F2, 28 and 9D. RGB value is (242,40,157). Sum of RGB (Red+Green+Blue) = 242+40+157=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2289D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2289D is #0DD762. Grayscale: #717171. Windows color (decimal): -907107 or 10299634. OLE color: 10299634.
HSL color Cylindrical-coordinate representation of color #F2289D: hue angle of 325.25º 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 #F2289D is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 157 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.05 |
| HSL | 325.25º | 0.89% | 0.55% | - |
| HSV(B) | 325.25º | 0.83% | 0.95% | - |
| XYZ | 43.46 | 22.83 | 34.01 | - |
| YUV | 113.74 | 152.42 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 157 | 0 | 0.83 | 0.35 | 0.05 | 325.25 | 0.89 | 0.55 |
| Hex | F2 | 28 | 9D | 0 | 53 | 23 | 5 | 145 | 59 | 37 |
| Octal | 362 | 50 | 235 | 0 | 123 | 43 | 5 | 505 | 131 | 67 |
| Binary | 11110010 | 101000 | 10011101 | 0 | 1010011 | 100011 | 101 | 101000101 | 1011001 | 110111 |
Color Harmonies of #F2289D
Complementary color
Monochromatic Colors of #F2289D
Black with #F2289D
Text Example
Text Example
White with #F2289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2289D; }
p { color: rgb(242,40,157); }
H1.HeaderClassName
{
color: #F2289D;
}
.AnyTagClassName
{
color: #F2289D;
}
</style>
background-color css
<style>
a { background-color: #F2289D; }
a { background-color: rgb(242,40,157); }
div.DivClassName
{
background-color: #F2289D;
}
.BgClassName
{
background-color: #F2289D;
}
</style>
border-color css
<style>
span { border-color: #F2289D; }
span { border-color: rgb(242,40,157); }
td.TdClassName
{
border-color: #F2289D;
}
.TagClassName
{
border-color: #F2289D;
}
</style>