#FE5188

Color #FE5188 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #FE5188

Tints of French Rose #FE5188

Color information

#FE5188 (or 0xFE5188) is unknown color: approx French Rose. HEX triplet: FE, 51 and 88. RGB value is (254,81,136). Sum of RGB (Red+Green+Blue) = 254+81+136=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5188 is #01AE77. Grayscale: #8A8A8A. Windows color (decimal): -110200 or 8933886. OLE color: 8933886.

HSL color Cylindrical-coordinate representation of color #FE5188: hue angle of 340.92º 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 #FE5188 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB25481136-
CMYK00.680.460.00
HSL340.92º98.86%65.69%-
HSV(B)340.92º68.11%99.61%-
XYZ48.2628.7326.3-
YUV139126.31210.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 53.93%
GREEN value IS 81 (32.03% from 255) = 17.20%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=53.93%
G=17.20%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548113600.680.460.00340.9298.8665.69
HexFE51880442E01556342
Octal3761212100104560525143102
Binary1111111010100011000100001000100101110010101010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5188; }

 p { color: rgb(254,81,136); }

 H1.HeaderClassName
 {
   color: #FE5188;
 }
 .AnyTagClassName
 {
   color: #FE5188;
 }
</style>
background-color css

<style>
 a { background-color: #FE5188; }

 a { background-color: rgb(254,81,136); }

 div.DivClassName
 {
   background-color: #FE5188;
 }
 .BgClassName
 {
   background-color: #FE5188;
 }
</style>
border-color css

<style>
 span { border-color: #FE5188; }

 span { border-color: rgb(254,81,136); }

 td.TdClassName
 {
   border-color: #FE5188;
 }
 .TagClassName
 {
   border-color: #FE5188;
 }
</style>