#FA757D

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

Shades of Froly #FA757D

Tints of Froly #FA757D

Color information

#FA757D (or 0xFA757D) is unknown color: approx Froly. HEX triplet: FA, 75 and 7D. RGB value is (250,117,125). Sum of RGB (Red+Green+Blue) = 250+117+125=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA757D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA757D is #058A82. Grayscale: #9D9D9D. Windows color (decimal): -363139 or 8222202. OLE color: 8222202.

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

Color convert

RGB250117125-
CMYK00.530.500.02
HSL356.39º93.01%71.96%-
HSV(B)356.39º53.2%98.04%-
XYZ49.4934.5323.46-
YUV157.68109.56193.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=50.81%
G=23.78%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011712500.530.500.02356.3993.0171.96
HexFA757D0353221645d48
Octal372165175065622544135110
Binary111110101110101111110101101011100101010110010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA757D; }

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

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

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

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

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

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

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

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