#FA7D80

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

Shades of Froly #FA7D80

Tints of Froly #FA7D80

Color information

#FA7D80 (or 0xFA7D80) is unknown color: approx Froly. HEX triplet: FA, 7D and 80. RGB value is (250,125,128). Sum of RGB (Red+Green+Blue) = 250+125+128=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7D80 is #05827F. Grayscale: #A2A2A2. Windows color (decimal): -361088 or 8420858. OLE color: 8420858.

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

Color convert

RGB250125128-
CMYK00.500.490.02
HSL358.56º92.59%73.53%-
HSV(B)358.56º50%98.04%-
XYZ50.6536.5524.81-
YUV162.72108.41190.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.70%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=49.70%
G=24.85%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012512800.500.490.02358.5692.5973.53
HexFA7D800323121675d4a
Octal372175200062612547135112
Binary1111101011111011000000001100101100011010110011110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7D80; }

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

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

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

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

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

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

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

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