Shades of Persian Rose #F0259F
Tints of Persian Rose #F0259F
RGB
CMYK
RGB Variations
Color information
#F0259F (or 0xF0259F) is known color: Persian Rose. HEX triplet: F0, 25 and 9F. RGB value is (240,37,159). Sum of RGB (Red+Green+Blue) = 240+37+159=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0259F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0259F is #0FDA60. Grayscale: #6F6F6F. Windows color (decimal): -1038945 or 10429936. OLE color: 10429936.
HSL color Cylindrical-coordinate representation of color #F0259F: hue angle of 323.94º 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 #F0259F is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 159 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.06 |
| HSL | 323.94º | 0.87% | 0.54% | - |
| HSV(B) | 323.94º | 0.85% | 0.94% | - |
| XYZ | 42.85 | 22.35 | 34.86 | - |
| YUV | 111.61 | 154.75 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 159 | 0 | 0.85 | 0.34 | 0.06 | 323.94 | 0.87 | 0.54 |
| Hex | F0 | 25 | 9F | 0 | 55 | 22 | 6 | 144 | 57 | 36 |
| Octal | 360 | 45 | 237 | 0 | 125 | 42 | 6 | 504 | 127 | 66 |
| Binary | 11110000 | 100101 | 10011111 | 0 | 1010101 | 100010 | 110 | 101000100 | 1010111 | 110110 |
Color Harmonies of #F0259F
Complementary color
Monochromatic Colors of #F0259F
Black with #F0259F
Text Example
Text Example
White with #F0259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0259F; }
p { color: rgb(240,37,159); }
H1.HeaderClassName
{
color: #F0259F;
}
.AnyTagClassName
{
color: #F0259F;
}
</style>
background-color css
<style>
a { background-color: #F0259F; }
a { background-color: rgb(240,37,159); }
div.DivClassName
{
background-color: #F0259F;
}
.BgClassName
{
background-color: #F0259F;
}
</style>
border-color css
<style>
span { border-color: #F0259F; }
span { border-color: rgb(240,37,159); }
td.TdClassName
{
border-color: #F0259F;
}
.TagClassName
{
border-color: #F0259F;
}
</style>