#FA4980

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

Shades of French Rose #FA4980

Tints of French Rose #FA4980

Color information

#FA4980 (or 0xFA4980) is unknown color: approx French Rose. HEX triplet: FA, 49 and 80. RGB value is (250,73,128). Sum of RGB (Red+Green+Blue) = 250+73+128=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4980 is #05B67F. Grayscale: #848484. Windows color (decimal): -374400 or 8407546. OLE color: 8407546.

HSL color Cylindrical-coordinate representation of color #FA4980: hue angle of 341.36º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA4980 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB25073128-
CMYK00.710.490.02
HSL341.36º94.65%63.33%-
HSV(B)341.36º70.8%98.04%-
XYZ45.726.6523.16-
YUV132.19125.64212.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.43%
GREEN value IS 73 (28.91% from 255) = 16.19%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=55.43%
G=16.19%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507312800.710.490.02341.3694.6563.33
HexFA49800473121555f3f
Octal372111200010761252513777
Binary1111101010010011000000001000111110001101010101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4980; }

 p { color: rgb(250,73,128); }

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

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

 a { background-color: rgb(250,73,128); }

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

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

 span { border-color: rgb(250,73,128); }

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