#FA578A

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

Shades of French Rose #FA578A

Tints of French Rose #FA578A

Color information

#FA578A (or 0xFA578A) is unknown color: approx French Rose. HEX triplet: FA, 57 and 8A. RGB value is (250,87,138). Sum of RGB (Red+Green+Blue) = 250+87+138=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA578A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA578A is #05A875. Grayscale: #8D8D8D. Windows color (decimal): -370806 or 9066490. OLE color: 9066490.

HSL color Cylindrical-coordinate representation of color #FA578A: hue angle of 341.23º 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 #FA578A is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB25087138-
CMYK00.650.450.02
HSL341.23º94.22%66.08%-
HSV(B)341.23º65.2%98.04%-
XYZ47.4228.9827.14-
YUV141.55126205.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.63%
GREEN value IS 87 (34.38% from 255) = 18.32%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=52.63%
G=18.32%
B=29.05%

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
Decimal2508713800.650.450.02341.2394.2266.08
HexFA578A0412D21555e42
Octal3721272120101552525136102
Binary11111010101011110001010010000011011011010101010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA578A; }

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

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

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

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

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

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

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

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