#FA7980

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

Shades of Froly #FA7980

Tints of Froly #FA7980

Color information

#FA7980 (or 0xFA7980) is unknown color: approx Froly. HEX triplet: FA, 79 and 80. RGB value is (250,121,128). Sum of RGB (Red+Green+Blue) = 250+121+128=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7980 is #05867F. Grayscale: #A0A0A0. Windows color (decimal): -362112 or 8419834. OLE color: 8419834.

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

Color convert

RGB250121128-
CMYK00.520.490.02
HSL356.74º92.81%72.75%-
HSV(B)356.74º51.6%98.04%-
XYZ50.1635.5624.64-
YUV160.37109.74191.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 121 (47.66% from 255) = 24.25%
BLUE value IS 128 (50.39% from 255) = 25.65%
R=50.10%
G=24.25%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012112800.520.490.02356.7492.8172.75
HexFA79800343121655d49
Octal372171200064612545135111
Binary1111101011110011000000001101001100011010110010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7980; }

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

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

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

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

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

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

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

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