Shades of Persian Rose #FE289B
Tints of Persian Rose #FE289B
RGB
CMYK
RGB Variations
Color information
#FE289B (or 0xFE289B) is known color: Persian Rose. HEX triplet: FE, 28 and 9B. RGB value is (254,40,155). Sum of RGB (Red+Green+Blue) = 254+40+155=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE289B is #01D764. Grayscale: #747474. Windows color (decimal): -120677 or 10168574. OLE color: 10168574.
HSL color Cylindrical-coordinate representation of color #FE289B: hue angle of 327.76º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE289B is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 155 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.00 |
| HSL | 327.76º | 0.99% | 0.58% | - |
| HSV(B) | 327.76º | 0.84% | 1% | - |
| XYZ | 47.55 | 24.95 | 33.32 | - |
| YUV | 117.1 | 149.4 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 155 | 0 | 0.84 | 0.39 | 0.00 | 327.76 | 0.99 | 0.58 |
| Hex | FE | 28 | 9B | 0 | 54 | 27 | 0 | 148 | 63 | 3A |
| Octal | 376 | 50 | 233 | 0 | 124 | 47 | 0 | 510 | 143 | 72 |
| Binary | 11111110 | 101000 | 10011011 | 0 | 1010100 | 100111 | 0 | 101001000 | 1100011 | 111010 |
Color Harmonies of #FE289B
Complementary color
Monochromatic Colors of #FE289B
Black with #FE289B
Text Example
Text Example
White with #FE289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE289B; }
p { color: rgb(254,40,155); }
H1.HeaderClassName
{
color: #FE289B;
}
.AnyTagClassName
{
color: #FE289B;
}
</style>
background-color css
<style>
a { background-color: #FE289B; }
a { background-color: rgb(254,40,155); }
div.DivClassName
{
background-color: #FE289B;
}
.BgClassName
{
background-color: #FE289B;
}
</style>
border-color css
<style>
span { border-color: #FE289B; }
span { border-color: rgb(254,40,155); }
td.TdClassName
{
border-color: #FE289B;
}
.TagClassName
{
border-color: #FE289B;
}
</style>