#FA5789

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

Shades of French Rose #FA5789

Tints of French Rose #FA5789

Color information

#FA5789 (or 0xFA5789) is unknown color: approx French Rose. HEX triplet: FA, 57 and 89. RGB value is (250,87,137). Sum of RGB (Red+Green+Blue) = 250+87+137=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5789 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5789 is #05A876. Grayscale: #8D8D8D. Windows color (decimal): -370807 or 9000954. OLE color: 9000954.

HSL color Cylindrical-coordinate representation of color #FA5789: hue angle of 341.6º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA5789 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB25087137-
CMYK00.650.450.02
HSL341.6º94.22%66.08%-
HSV(B)341.6º65.2%98.04%-
XYZ47.3528.9526.76-
YUV141.44125.5205.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.74%
GREEN value IS 87 (34.38% from 255) = 18.35%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=52.74%
G=18.35%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508713700.650.450.02341.694.2266.08
HexFA57890412D21565e42
Octal3721272110101552526136102
Binary11111010101011110001001010000011011011010101011010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5789; }

 p { color: rgb(250,87,137); }

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

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

 a { background-color: rgb(250,87,137); }

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

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

 span { border-color: rgb(250,87,137); }

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