Shades of Persian Rose #F0289D
Tints of Persian Rose #F0289D
RGB
CMYK
RGB Variations
Color information
#F0289D (or 0xF0289D) is known color: Persian Rose. HEX triplet: F0, 28 and 9D. RGB value is (240,40,157). Sum of RGB (Red+Green+Blue) = 240+40+157=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0289D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0289D is #0FD762. Grayscale: #707070. Windows color (decimal): -1038179 or 10299632. OLE color: 10299632.
HSL color Cylindrical-coordinate representation of color #F0289D: hue angle of 324.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0289D is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 157 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.06 |
| HSL | 324.9º | 0.87% | 0.55% | - |
| HSV(B) | 324.9º | 0.83% | 0.94% | - |
| XYZ | 42.78 | 22.48 | 33.98 | - |
| YUV | 113.14 | 152.76 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 157 | 0 | 0.83 | 0.35 | 0.06 | 324.9 | 0.87 | 0.55 |
| Hex | F0 | 28 | 9D | 0 | 53 | 23 | 6 | 145 | 57 | 37 |
| Octal | 360 | 50 | 235 | 0 | 123 | 43 | 6 | 505 | 127 | 67 |
| Binary | 11110000 | 101000 | 10011101 | 0 | 1010011 | 100011 | 110 | 101000101 | 1010111 | 110111 |
Color Harmonies of #F0289D
Complementary color
Monochromatic Colors of #F0289D
Black with #F0289D
Text Example
Text Example
White with #F0289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0289D; }
p { color: rgb(240,40,157); }
H1.HeaderClassName
{
color: #F0289D;
}
.AnyTagClassName
{
color: #F0289D;
}
</style>
background-color css
<style>
a { background-color: #F0289D; }
a { background-color: rgb(240,40,157); }
div.DivClassName
{
background-color: #F0289D;
}
.BgClassName
{
background-color: #F0289D;
}
</style>
border-color css
<style>
span { border-color: #F0289D; }
span { border-color: rgb(240,40,157); }
td.TdClassName
{
border-color: #F0289D;
}
.TagClassName
{
border-color: #F0289D;
}
</style>