Shades of Persian Rose #F0239D
Tints of Persian Rose #F0239D
RGB
CMYK
RGB Variations
Color information
#F0239D (or 0xF0239D) is known color: Persian Rose. HEX triplet: F0, 23 and 9D. RGB value is (240,35,157). Sum of RGB (Red+Green+Blue) = 240+35+157=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0239D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0239D is #0FDC62. Grayscale: #6D6D6D. Windows color (decimal): -1039459 or 10298352. OLE color: 10298352.
HSL color Cylindrical-coordinate representation of color #F0239D: hue angle of 324.29º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0239D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 157 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.06 |
| HSL | 324.29º | 0.87% | 0.54% | - |
| HSV(B) | 324.29º | 0.85% | 0.94% | - |
| XYZ | 42.62 | 22.16 | 33.93 | - |
| YUV | 110.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 157 | 0 | 0.85 | 0.35 | 0.06 | 324.29 | 0.87 | 0.54 |
| Hex | F0 | 23 | 9D | 0 | 55 | 23 | 6 | 144 | 57 | 36 |
| Octal | 360 | 43 | 235 | 0 | 125 | 43 | 6 | 504 | 127 | 66 |
| Binary | 11110000 | 100011 | 10011101 | 0 | 1010101 | 100011 | 110 | 101000100 | 1010111 | 110110 |
Color Harmonies of #F0239D
Complementary color
Monochromatic Colors of #F0239D
Black with #F0239D
Text Example
Text Example
White with #F0239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0239D; }
p { color: rgb(240,35,157); }
H1.HeaderClassName
{
color: #F0239D;
}
.AnyTagClassName
{
color: #F0239D;
}
</style>
background-color css
<style>
a { background-color: #F0239D; }
a { background-color: rgb(240,35,157); }
div.DivClassName
{
background-color: #F0239D;
}
.BgClassName
{
background-color: #F0239D;
}
</style>
border-color css
<style>
span { border-color: #F0239D; }
span { border-color: rgb(240,35,157); }
td.TdClassName
{
border-color: #F0239D;
}
.TagClassName
{
border-color: #F0239D;
}
</style>