#FA7175

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

Shades of Froly #FA7175

Tints of Froly #FA7175

Color information

#FA7175 (or 0xFA7175) is unknown color: approx Froly. HEX triplet: FA, 71 and 75. RGB value is (250,113,117). Sum of RGB (Red+Green+Blue) = 250+113+117=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7175 is #058E8A. Grayscale: #9A9A9A. Windows color (decimal): -364171 or 7696890. OLE color: 7696890.

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

Color convert

RGB250113117-
CMYK00.550.530.02
HSL358.25º93.2%71.18%-
HSV(B)358.25º54.8%98.04%-
XYZ48.5433.4220.72-
YUV154.42106.89196.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 117 (46.09% from 255) = 24.38%
R=52.08%
G=23.54%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011311700.550.530.02358.2593.271.18
HexFA71750373521665d47
Octal372161165067652546135107
Binary111110101110001111010101101111101011010110011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7175; }

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

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

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

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

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

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

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

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