Shades of French Rose #FE5385
Tints of French Rose #FE5385
RGB
CMYK
RGB Variations
Color information
#FE5385 (or 0xFE5385) is known color: French Rose. HEX triplet: FE, 53 and 85. RGB value is (254,83,133). Sum of RGB (Red+Green+Blue) = 254+83+133=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5385 is #01AC7A. Grayscale: #8B8B8B. Windows color (decimal): -109691 or 8737790. OLE color: 8737790.
HSL color Cylindrical-coordinate representation of color #FE5385: hue angle of 342.46º 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 #FE5385 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 133 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.00 |
| HSL | 342.46º | 0.99% | 0.66% | - |
| HSV(B) | 342.46º | 0.67% | 1% | - |
| XYZ | 48.2 | 28.95 | 25.24 | - |
| YUV | 139.83 | 124.15 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 133 | 0 | 0.67 | 0.48 | 0.00 | 342.46 | 0.99 | 0.66 |
| Hex | FE | 53 | 85 | 0 | 43 | 30 | 0 | 156 | 63 | 42 |
| Octal | 376 | 123 | 205 | 0 | 103 | 60 | 0 | 526 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10000101 | 0 | 1000011 | 110000 | 0 | 101010110 | 1100011 | 1000010 |
Color Harmonies of #FE5385
Complementary color
Monochromatic Colors of #FE5385
Black with #FE5385
Text Example
Text Example
White with #FE5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5385; }
p { color: rgb(254,83,133); }
H1.HeaderClassName
{
color: #FE5385;
}
.AnyTagClassName
{
color: #FE5385;
}
</style>
background-color css
<style>
a { background-color: #FE5385; }
a { background-color: rgb(254,83,133); }
div.DivClassName
{
background-color: #FE5385;
}
.BgClassName
{
background-color: #FE5385;
}
</style>
border-color css
<style>
span { border-color: #FE5385; }
span { border-color: rgb(254,83,133); }
td.TdClassName
{
border-color: #FE5385;
}
.TagClassName
{
border-color: #FE5385;
}
</style>