Shades of French Rose #FE5182
Tints of French Rose #FE5182
RGB
CMYK
RGB Variations
Color information
#FE5182 (or 0xFE5182) is known color: French Rose. HEX triplet: FE, 51 and 82. RGB value is (254,81,130). Sum of RGB (Red+Green+Blue) = 254+81+130=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5182 is #01AE7D. Grayscale: #8A8A8A. Windows color (decimal): -110206 or 8540670. OLE color: 8540670.
HSL color Cylindrical-coordinate representation of color #FE5182: hue angle of 343.01º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5182 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 130 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.00 |
| HSL | 343.01º | 0.99% | 0.66% | - |
| HSV(B) | 343.01º | 0.68% | 1% | - |
| XYZ | 47.84 | 28.57 | 24.11 | - |
| YUV | 138.31 | 123.31 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 130 | 0 | 0.68 | 0.49 | 0.00 | 343.01 | 0.99 | 0.66 |
| Hex | FE | 51 | 82 | 0 | 44 | 31 | 0 | 157 | 63 | 42 |
| Octal | 376 | 121 | 202 | 0 | 104 | 61 | 0 | 527 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10000010 | 0 | 1000100 | 110001 | 0 | 101010111 | 1100011 | 1000010 |
Color Harmonies of #FE5182
Complementary color
Monochromatic Colors of #FE5182
Black with #FE5182
Text Example
Text Example
White with #FE5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5182; }
p { color: rgb(254,81,130); }
H1.HeaderClassName
{
color: #FE5182;
}
.AnyTagClassName
{
color: #FE5182;
}
</style>
background-color css
<style>
a { background-color: #FE5182; }
a { background-color: rgb(254,81,130); }
div.DivClassName
{
background-color: #FE5182;
}
.BgClassName
{
background-color: #FE5182;
}
</style>
border-color css
<style>
span { border-color: #FE5182; }
span { border-color: rgb(254,81,130); }
td.TdClassName
{
border-color: #FE5182;
}
.TagClassName
{
border-color: #FE5182;
}
</style>