#FA5688

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

Shades of French Rose #FA5688

Tints of French Rose #FA5688

Color information

#FA5688 (or 0xFA5688) is unknown color: approx French Rose. HEX triplet: FA, 56 and 88. RGB value is (250,86,136). Sum of RGB (Red+Green+Blue) = 250+86+136=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5688 is #05A977. Grayscale: #8C8C8C. Windows color (decimal): -371064 or 8935162. OLE color: 8935162.

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

Color convert

RGB25086136-
CMYK00.660.460.02
HSL341.71º94.25%65.88%-
HSV(B)341.71º65.6%98.04%-
XYZ47.228.7626.36-
YUV140.74125.33205.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.97%
GREEN value IS 86 (33.98% from 255) = 18.22%
BLUE value IS 136 (53.52% from 255) = 28.81%
R=52.97%
G=18.22%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508613600.660.460.02341.7194.2565.88
HexFA56880422E21565e42
Octal3721262100102562526136102
Binary11111010101011010001000010000101011101010101011010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5688; }

 p { color: rgb(250,86,136); }

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

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

 a { background-color: rgb(250,86,136); }

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

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

 span { border-color: rgb(250,86,136); }

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