Shades of Persian Rose #FF259B
Tints of Persian Rose #FF259B
RGB
CMYK
RGB Variations
Color information
#FF259B (or 0xFF259B) is known color: Persian Rose. HEX triplet: FF, 25 and 9B. RGB value is (255,37,155). Sum of RGB (Red+Green+Blue) = 255+37+155=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF259B is #00DA64. Grayscale: #737373. Windows color (decimal): -55909 or 10167807. OLE color: 10167807.
HSL color Cylindrical-coordinate representation of color #FF259B: hue angle of 327.52º 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 #FF259B is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 155 | - |
| CMYK | 0 | 0.85 | 0.39 | 0 |
| HSL | 327.52º | 1% | 0.57% | - |
| HSV(B) | 327.52º | 0.85% | 1% | - |
| XYZ | 47.82 | 24.95 | 33.31 | - |
| YUV | 115.63 | 150.22 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 155 | 0 | 0.85 | 0.39 | 0 | 327.52 | 1 | 0.57 |
| Hex | FF | 25 | 9B | 0 | 55 | 27 | 0 | 148 | 64 | 39 |
| Octal | 377 | 45 | 233 | 0 | 125 | 47 | 0 | 510 | 144 | 71 |
| Binary | 11111111 | 100101 | 10011011 | 0 | 1010101 | 100111 | 0 | 101001000 | 1100100 | 111001 |
Color Harmonies of #FF259B
Complementary color
Monochromatic Colors of #FF259B
Black with #FF259B
Text Example
Text Example
White with #FF259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF259B; }
p { color: rgb(255,37,155); }
H1.HeaderClassName
{
color: #FF259B;
}
.AnyTagClassName
{
color: #FF259B;
}
</style>
background-color css
<style>
a { background-color: #FF259B; }
a { background-color: rgb(255,37,155); }
div.DivClassName
{
background-color: #FF259B;
}
.BgClassName
{
background-color: #FF259B;
}
</style>
border-color css
<style>
span { border-color: #FF259B; }
span { border-color: rgb(255,37,155); }
td.TdClassName
{
border-color: #FF259B;
}
.TagClassName
{
border-color: #FF259B;
}
</style>