Shades of Persian Rose #FF289C
Tints of Persian Rose #FF289C
RGB
CMYK
RGB Variations
Color information
#FF289C (or 0xFF289C) is known color: Persian Rose. HEX triplet: FF, 28 and 9C. RGB value is (255,40,156). Sum of RGB (Red+Green+Blue) = 255+40+156=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF289C is #00D763. Grayscale: #757575. Windows color (decimal): -55140 or 10234111. OLE color: 10234111.
HSL color Cylindrical-coordinate representation of color #FF289C: hue angle of 327.63º 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 #FF289C is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 156 | - |
| CMYK | 0 | 0.84 | 0.39 | 0 |
| HSL | 327.63º | 1% | 0.58% | - |
| HSV(B) | 327.63º | 0.84% | 1% | - |
| XYZ | 48 | 25.18 | 33.78 | - |
| YUV | 117.51 | 149.73 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 156 | 0 | 0.84 | 0.39 | 0 | 327.63 | 1 | 0.58 |
| Hex | FF | 28 | 9C | 0 | 54 | 27 | 0 | 148 | 64 | 3A |
| Octal | 377 | 50 | 234 | 0 | 124 | 47 | 0 | 510 | 144 | 72 |
| Binary | 11111111 | 101000 | 10011100 | 0 | 1010100 | 100111 | 0 | 101001000 | 1100100 | 111010 |
Color Harmonies of #FF289C
Complementary color
Monochromatic Colors of #FF289C
Black with #FF289C
Text Example
Text Example
White with #FF289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF289C; }
p { color: rgb(255,40,156); }
H1.HeaderClassName
{
color: #FF289C;
}
.AnyTagClassName
{
color: #FF289C;
}
</style>
background-color css
<style>
a { background-color: #FF289C; }
a { background-color: rgb(255,40,156); }
div.DivClassName
{
background-color: #FF289C;
}
.BgClassName
{
background-color: #FF289C;
}
</style>
border-color css
<style>
span { border-color: #FF289C; }
span { border-color: rgb(255,40,156); }
td.TdClassName
{
border-color: #FF289C;
}
.TagClassName
{
border-color: #FF289C;
}
</style>