#FF5689

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

Shades of French Rose #FF5689

Tints of French Rose #FF5689

Color information

#FF5689 (or 0xFF5689) is unknown color: approx French Rose. HEX triplet: FF, 56 and 89. RGB value is (255,86,137). Sum of RGB (Red+Green+Blue) = 255+86+137=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5689 is #00A976. Grayscale: #8E8E8E. Windows color (decimal): -43383 or 9000703. OLE color: 9000703.

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

Color convert

RGB25586137-
CMYK00.660.460
HSL341.89º100%66.86%-
HSV(B)341.89º66.27%100%-
XYZ49.0829.7226.82-
YUV142.34124.99208.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.35%
GREEN value IS 86 (33.98% from 255) = 17.99%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=53.35%
G=17.99%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558613700.660.460341.8910066.86
HexFF56890422E01566443
Octal3771262110102560526144103
Binary1111111110101101000100101000010101110010101011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5689; }

 p { color: rgb(255,86,137); }

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

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

 a { background-color: rgb(255,86,137); }

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

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

 span { border-color: rgb(255,86,137); }

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