#FA7D7E

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

Shades of Froly #FA7D7E

Tints of Froly #FA7D7E

Color information

#FA7D7E (or 0xFA7D7E) is unknown color: approx Froly. HEX triplet: FA, 7D and 7E. RGB value is (250,125,126). Sum of RGB (Red+Green+Blue) = 250+125+126=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D7E is #058281. Grayscale: #A2A2A2. Windows color (decimal): -361090 or 8289786. OLE color: 8289786.

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

Color convert

RGB250125126-
CMYK00.500.500.02
HSL359.52º92.59%73.53%-
HSV(B)359.52º50%98.04%-
XYZ50.5236.524.12-
YUV162.49107.41190.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.90%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 126 (49.61% from 255) = 25.15%
R=49.90%
G=24.95%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012512600.500.500.02359.5292.5973.53
HexFA7D7E0323221685d4a
Octal372175176062622550135112
Binary111110101111101111111001100101100101010110100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7D7E; }

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

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

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

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

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

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

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

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