Shades of Persian Rose #FF259E
Tints of Persian Rose #FF259E
RGB
CMYK
RGB Variations
Color information
#FF259E (or 0xFF259E) is known color: Persian Rose. HEX triplet: FF, 25 and 9E. RGB value is (255,37,158). Sum of RGB (Red+Green+Blue) = 255+37+158=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF259E is #00DA61. Grayscale: #737373. Windows color (decimal): -55906 or 10364415. OLE color: 10364415.
HSL color Cylindrical-coordinate representation of color #FF259E: hue angle of 326.7º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF259E is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 158 | - |
| CMYK | 0 | 0.85 | 0.38 | 0 |
| HSL | 326.7º | 1% | 0.57% | - |
| HSV(B) | 326.7º | 0.85% | 1% | - |
| XYZ | 48.07 | 25.05 | 34.65 | - |
| YUV | 115.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 158 | 0 | 0.85 | 0.38 | 0 | 326.7 | 1 | 0.57 |
| Hex | FF | 25 | 9E | 0 | 55 | 26 | 0 | 147 | 64 | 39 |
| Octal | 377 | 45 | 236 | 0 | 125 | 46 | 0 | 507 | 144 | 71 |
| Binary | 11111111 | 100101 | 10011110 | 0 | 1010101 | 100110 | 0 | 101000111 | 1100100 | 111001 |
Color Harmonies of #FF259E
Complementary color
Monochromatic Colors of #FF259E
Black with #FF259E
Text Example
Text Example
White with #FF259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF259E; }
p { color: rgb(255,37,158); }
H1.HeaderClassName
{
color: #FF259E;
}
.AnyTagClassName
{
color: #FF259E;
}
</style>
background-color css
<style>
a { background-color: #FF259E; }
a { background-color: rgb(255,37,158); }
div.DivClassName
{
background-color: #FF259E;
}
.BgClassName
{
background-color: #FF259E;
}
</style>
border-color css
<style>
span { border-color: #FF259E; }
span { border-color: rgb(255,37,158); }
td.TdClassName
{
border-color: #FF259E;
}
.TagClassName
{
border-color: #FF259E;
}
</style>