#FF5593

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

Shades of French Rose #FF5593

Tints of French Rose #FF5593

Color information

#FF5593 (or 0xFF5593) is unknown color: approx French Rose. HEX triplet: FF, 55 and 93. RGB value is (255,85,147). Sum of RGB (Red+Green+Blue) = 255+85+147=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5593 is #00AA6C. Grayscale: #8E8E8E. Windows color (decimal): -43629 or 9655807. OLE color: 9655807.

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

Color convert

RGB25585147-
CMYK00.670.420
HSL338.12º100%66.67%-
HSV(B)338.12º66.67%100%-
XYZ49.7529.8630.75-
YUV142.9130.32207.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.36%
GREEN value IS 85 (33.59% from 255) = 17.45%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=52.36%
G=17.45%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558514700.670.420338.1210066.67
HexFF55930432A01526443
Octal3771252230103520522144103
Binary1111111110101011001001101000011101010010101001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5593; }

 p { color: rgb(255,85,147); }

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

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

 a { background-color: rgb(255,85,147); }

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

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

 span { border-color: rgb(255,85,147); }

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