Shades of Persian Rose #FF289F
Tints of Persian Rose #FF289F
RGB
CMYK
RGB Variations
Color information
#FF289F (or 0xFF289F) is known color: Persian Rose. HEX triplet: FF, 28 and 9F. RGB value is (255,40,159). Sum of RGB (Red+Green+Blue) = 255+40+159=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF289F is #00D760. Grayscale: #757575. Windows color (decimal): -55137 or 10430719. OLE color: 10430719.
HSL color Cylindrical-coordinate representation of color #FF289F: hue angle of 326.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF289F is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 159 | - |
| CMYK | 0 | 0.84 | 0.38 | 0 |
| HSL | 326.79º | 1% | 0.58% | - |
| HSV(B) | 326.79º | 0.84% | 1% | - |
| XYZ | 48.26 | 25.28 | 35.14 | - |
| YUV | 117.85 | 151.23 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 159 | 0 | 0.84 | 0.38 | 0 | 326.79 | 1 | 0.58 |
| Hex | FF | 28 | 9F | 0 | 54 | 26 | 0 | 147 | 64 | 3A |
| Octal | 377 | 50 | 237 | 0 | 124 | 46 | 0 | 507 | 144 | 72 |
| Binary | 11111111 | 101000 | 10011111 | 0 | 1010100 | 100110 | 0 | 101000111 | 1100100 | 111010 |
Color Harmonies of #FF289F
Complementary color
Monochromatic Colors of #FF289F
Black with #FF289F
Text Example
Text Example
White with #FF289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF289F; }
p { color: rgb(255,40,159); }
H1.HeaderClassName
{
color: #FF289F;
}
.AnyTagClassName
{
color: #FF289F;
}
</style>
background-color css
<style>
a { background-color: #FF289F; }
a { background-color: rgb(255,40,159); }
div.DivClassName
{
background-color: #FF289F;
}
.BgClassName
{
background-color: #FF289F;
}
</style>
border-color css
<style>
span { border-color: #FF289F; }
span { border-color: rgb(255,40,159); }
td.TdClassName
{
border-color: #FF289F;
}
.TagClassName
{
border-color: #FF289F;
}
</style>