#FE5793

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

Shades of French Rose #FE5793

Tints of French Rose #FE5793

Color information

#FE5793 (or 0xFE5793) is unknown color: approx French Rose. HEX triplet: FE, 57 and 93. RGB value is (254,87,147). Sum of RGB (Red+Green+Blue) = 254+87+147=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5793 is #01A86C. Grayscale: #8F8F8F. Windows color (decimal): -108653 or 9656318. OLE color: 9656318.

HSL color Cylindrical-coordinate representation of color #FE5793: hue angle of 338.44º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5793 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB25487147-
CMYK00.660.420.00
HSL338.44º98.82%66.86%-
HSV(B)338.44º65.75%99.61%-
XYZ49.5529.9930.78-
YUV143.77129.83206.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.05%
GREEN value IS 87 (34.38% from 255) = 17.83%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=52.05%
G=17.83%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548714700.660.420.00338.4498.8266.86
HexFE57930422A01526343
Octal3761272230102520522143103
Binary1111111010101111001001101000010101010010101001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5793; }

 p { color: rgb(254,87,147); }

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

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

 a { background-color: rgb(254,87,147); }

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

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

 span { border-color: rgb(254,87,147); }

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