Shades of French Rose #FE5488
Tints of French Rose #FE5488
RGB
CMYK
RGB Variations
Color information
#FE5488 (or 0xFE5488) is known color: French Rose. HEX triplet: FE, 54 and 88. RGB value is (254,84,136). Sum of RGB (Red+Green+Blue) = 254+84+136=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5488 is #01AB77. Grayscale: #8C8C8C. Windows color (decimal): -109432 or 8934654. OLE color: 8934654.
HSL color Cylindrical-coordinate representation of color #FE5488: hue angle of 341.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5488 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 136 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.00 |
| HSL | 341.65º | 0.99% | 0.66% | - |
| HSV(B) | 341.65º | 0.67% | 1% | - |
| XYZ | 48.49 | 29.19 | 26.37 | - |
| YUV | 140.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 136 | 0 | 0.67 | 0.46 | 0.00 | 341.65 | 0.99 | 0.66 |
| Hex | FE | 54 | 88 | 0 | 43 | 2E | 0 | 156 | 63 | 42 |
| Octal | 376 | 124 | 210 | 0 | 103 | 56 | 0 | 526 | 143 | 102 |
| Binary | 11111110 | 1010100 | 10001000 | 0 | 1000011 | 101110 | 0 | 101010110 | 1100011 | 1000010 |
Color Harmonies of #FE5488
Complementary color
Monochromatic Colors of #FE5488
Black with #FE5488
Text Example
Text Example
White with #FE5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5488; }
p { color: rgb(254,84,136); }
H1.HeaderClassName
{
color: #FE5488;
}
.AnyTagClassName
{
color: #FE5488;
}
</style>
background-color css
<style>
a { background-color: #FE5488; }
a { background-color: rgb(254,84,136); }
div.DivClassName
{
background-color: #FE5488;
}
.BgClassName
{
background-color: #FE5488;
}
</style>
border-color css
<style>
span { border-color: #FE5488; }
span { border-color: rgb(254,84,136); }
td.TdClassName
{
border-color: #FE5488;
}
.TagClassName
{
border-color: #FE5488;
}
</style>