Shades of French Rose #FE5384
Tints of French Rose #FE5384
RGB
CMYK
RGB Variations
Color information
#FE5384 (or 0xFE5384) is known color: French Rose. HEX triplet: FE, 53 and 84. RGB value is (254,83,132). Sum of RGB (Red+Green+Blue) = 254+83+132=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5384 is #01AC7B. Grayscale: #8B8B8B. Windows color (decimal): -109692 or 8672254. OLE color: 8672254.
HSL color Cylindrical-coordinate representation of color #FE5384: hue angle of 342.81º 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 #FE5384 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 132 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.00 |
| HSL | 342.81º | 0.99% | 0.66% | - |
| HSV(B) | 342.81º | 0.67% | 1% | - |
| XYZ | 48.13 | 28.92 | 24.88 | - |
| YUV | 139.72 | 123.65 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 132 | 0 | 0.67 | 0.48 | 0.00 | 342.81 | 0.99 | 0.66 |
| Hex | FE | 53 | 84 | 0 | 43 | 30 | 0 | 157 | 63 | 42 |
| Octal | 376 | 123 | 204 | 0 | 103 | 60 | 0 | 527 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10000100 | 0 | 1000011 | 110000 | 0 | 101010111 | 1100011 | 1000010 |
Color Harmonies of #FE5384
Complementary color
Monochromatic Colors of #FE5384
Black with #FE5384
Text Example
Text Example
White with #FE5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5384; }
p { color: rgb(254,83,132); }
H1.HeaderClassName
{
color: #FE5384;
}
.AnyTagClassName
{
color: #FE5384;
}
</style>
background-color css
<style>
a { background-color: #FE5384; }
a { background-color: rgb(254,83,132); }
div.DivClassName
{
background-color: #FE5384;
}
.BgClassName
{
background-color: #FE5384;
}
</style>
border-color css
<style>
span { border-color: #FE5384; }
span { border-color: rgb(254,83,132); }
td.TdClassName
{
border-color: #FE5384;
}
.TagClassName
{
border-color: #FE5384;
}
</style>