Shades of Persian Rose #FF289D
Tints of Persian Rose #FF289D
RGB
CMYK
RGB Variations
Color information
#FF289D (or 0xFF289D) is known color: Persian Rose. HEX triplet: FF, 28 and 9D. RGB value is (255,40,157). Sum of RGB (Red+Green+Blue) = 255+40+157=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF289D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF289D is #00D762. Grayscale: #757575. Windows color (decimal): -55139 or 10299647. OLE color: 10299647.
HSL color Cylindrical-coordinate representation of color #FF289D: hue angle of 327.35º 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 #FF289D is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 157 | - |
| CMYK | 0 | 0.84 | 0.38 | 0 |
| HSL | 327.35º | 1% | 0.58% | - |
| HSV(B) | 327.35º | 0.84% | 1% | - |
| XYZ | 48.08 | 25.21 | 34.23 | - |
| YUV | 117.62 | 150.23 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 157 | 0 | 0.84 | 0.38 | 0 | 327.35 | 1 | 0.58 |
| Hex | FF | 28 | 9D | 0 | 54 | 26 | 0 | 147 | 64 | 3A |
| Octal | 377 | 50 | 235 | 0 | 124 | 46 | 0 | 507 | 144 | 72 |
| Binary | 11111111 | 101000 | 10011101 | 0 | 1010100 | 100110 | 0 | 101000111 | 1100100 | 111010 |
Color Harmonies of #FF289D
Complementary color
Monochromatic Colors of #FF289D
Black with #FF289D
Text Example
Text Example
White with #FF289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF289D; }
p { color: rgb(255,40,157); }
H1.HeaderClassName
{
color: #FF289D;
}
.AnyTagClassName
{
color: #FF289D;
}
</style>
background-color css
<style>
a { background-color: #FF289D; }
a { background-color: rgb(255,40,157); }
div.DivClassName
{
background-color: #FF289D;
}
.BgClassName
{
background-color: #FF289D;
}
</style>
border-color css
<style>
span { border-color: #FF289D; }
span { border-color: rgb(255,40,157); }
td.TdClassName
{
border-color: #FF289D;
}
.TagClassName
{
border-color: #FF289D;
}
</style>