#FA558E

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

Shades of French Rose #FA558E

Tints of French Rose #FA558E

Color information

#FA558E (or 0xFA558E) is unknown color: approx French Rose. HEX triplet: FA, 55 and 8E. RGB value is (250,85,142). Sum of RGB (Red+Green+Blue) = 250+85+142=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA558E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA558E is #05AA71. Grayscale: #8C8C8C. Windows color (decimal): -371314 or 9328122. OLE color: 9328122.

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

Color convert

RGB25085142-
CMYK00.660.430.02
HSL339.27º94.29%65.69%-
HSV(B)339.27º66%98.04%-
XYZ47.5628.7728.64-
YUV140.83128.66205.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.41%
GREEN value IS 85 (33.59% from 255) = 17.82%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=52.41%
G=17.82%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508514200.660.430.02339.2794.2965.69
HexFA558E0422B21535e42
Octal3721252160102532523136102
Binary11111010101010110001110010000101010111010101001110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA558E; }

 p { color: rgb(250,85,142); }

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

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

 a { background-color: rgb(250,85,142); }

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

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

 span { border-color: rgb(250,85,142); }

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