#FA7475

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

Shades of Froly #FA7475

Tints of Froly #FA7475

Color information

#FA7475 (or 0xFA7475) is unknown color: approx Froly. HEX triplet: FA, 74 and 75. RGB value is (250,116,117). Sum of RGB (Red+Green+Blue) = 250+116+117=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7475 is #058B8A. Grayscale: #9C9C9C. Windows color (decimal): -363403 or 7697658. OLE color: 7697658.

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

Color convert

RGB250116117-
CMYK00.540.530.02
HSL359.55º93.06%71.76%-
HSV(B)359.55º53.6%98.04%-
XYZ48.8834.120.84-
YUV156.18105.89194.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.76%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=51.76%
G=24.02%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011611700.540.530.02359.5593.0671.76
HexFA74750363521685d48
Octal372164165066652550135110
Binary111110101110100111010101101101101011010110100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7475; }

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

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

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

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

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

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

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

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