#FA747A

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

Shades of Froly #FA747A

Tints of Froly #FA747A

Color information

#FA747A (or 0xFA747A) is unknown color: approx Froly. HEX triplet: FA, 74 and 7A. RGB value is (250,116,122). Sum of RGB (Red+Green+Blue) = 250+116+122=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA747A is #058B85. Grayscale: #9C9C9C. Windows color (decimal): -363398 or 8025338. OLE color: 8025338.

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

Color convert

RGB250116122-
CMYK00.540.510.02
HSL357.31º93.06%71.76%-
HSV(B)357.31º53.6%98.04%-
XYZ49.1834.2222.43-
YUV156.75108.39194.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.23%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 122 (48.05% from 255) = 25%
R=51.23%
G=23.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011612200.540.510.02357.3193.0671.76
HexFA747A0363321655d48
Octal372164172066632545135110
Binary111110101110100111101001101101100111010110010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA747A; }

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

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

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

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

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

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

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

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