Shades of Persian Rose #F0259D
Tints of Persian Rose #F0259D
RGB
CMYK
RGB Variations
Color information
#F0259D (or 0xF0259D) is known color: Persian Rose. HEX triplet: F0, 25 and 9D. RGB value is (240,37,157). Sum of RGB (Red+Green+Blue) = 240+37+157=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0259D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0259D is #0FDA62. Grayscale: #6F6F6F. Windows color (decimal): -1038947 or 10298864. OLE color: 10298864.
HSL color Cylindrical-coordinate representation of color #F0259D: hue angle of 324.53º 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 #F0259D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 157 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.06 |
| HSL | 324.53º | 0.87% | 0.54% | - |
| HSV(B) | 324.53º | 0.85% | 0.94% | - |
| XYZ | 42.68 | 22.28 | 33.95 | - |
| YUV | 111.38 | 153.75 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 157 | 0 | 0.85 | 0.35 | 0.06 | 324.53 | 0.87 | 0.54 |
| Hex | F0 | 25 | 9D | 0 | 55 | 23 | 6 | 145 | 57 | 36 |
| Octal | 360 | 45 | 235 | 0 | 125 | 43 | 6 | 505 | 127 | 66 |
| Binary | 11110000 | 100101 | 10011101 | 0 | 1010101 | 100011 | 110 | 101000101 | 1010111 | 110110 |
Color Harmonies of #F0259D
Complementary color
Monochromatic Colors of #F0259D
Black with #F0259D
Text Example
Text Example
White with #F0259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0259D; }
p { color: rgb(240,37,157); }
H1.HeaderClassName
{
color: #F0259D;
}
.AnyTagClassName
{
color: #F0259D;
}
</style>
background-color css
<style>
a { background-color: #F0259D; }
a { background-color: rgb(240,37,157); }
div.DivClassName
{
background-color: #F0259D;
}
.BgClassName
{
background-color: #F0259D;
}
</style>
border-color css
<style>
span { border-color: #F0259D; }
span { border-color: rgb(240,37,157); }
td.TdClassName
{
border-color: #F0259D;
}
.TagClassName
{
border-color: #F0259D;
}
</style>