#FA7174

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

Shades of Froly #FA7174

Tints of Froly #FA7174

Color information

#FA7174 (or 0xFA7174) is unknown color: approx Froly. HEX triplet: FA, 71 and 74. RGB value is (250,113,116). Sum of RGB (Red+Green+Blue) = 250+113+116=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7174 is #058E8B. Grayscale: #9A9A9A. Windows color (decimal): -364172 or 7631354. OLE color: 7631354.

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

Color convert

RGB250113116-
CMYK00.550.540.02
HSL358.69º93.2%71.18%-
HSV(B)358.69º54.8%98.04%-
XYZ48.4833.420.41-
YUV154.3106.39196.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.19%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=52.19%
G=23.59%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011311600.550.540.02358.6993.271.18
HexFA71740373621675d47
Octal372161164067662547135107
Binary111110101110001111010001101111101101010110011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7174; }

 p { color: rgb(250,113,116); }

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

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

 a { background-color: rgb(250,113,116); }

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

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

 span { border-color: rgb(250,113,116); }

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