#FA6A6C

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

Shades of Froly #FA6A6C

Tints of Froly #FA6A6C

Color information

#FA6A6C (or 0xFA6A6C) is unknown color: approx Froly. HEX triplet: FA, 6A and 6C. RGB value is (250,106,108). Sum of RGB (Red+Green+Blue) = 250+106+108=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A6C is #059593. Grayscale: #959595. Windows color (decimal): -365972 or 7105274. OLE color: 7105274.

HSL color Cylindrical-coordinate representation of color #FA6A6C: hue angle of 359.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6A6C is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB250106108-
CMYK00.580.570.02
HSL359.17º93.51%69.8%-
HSV(B)359.17º57.6%98.04%-
XYZ47.2931.7117.82-
YUV149.28104.71199.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.88%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 108 (42.58% from 255) = 23.28%
R=53.88%
G=22.84%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010610800.580.570.02359.1793.5169.8
HexFA6A6C03A3921675e46
Octal372152154072712547136106
Binary111110101101010110110001110101110011010110011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6A6C; }

 p { color: rgb(250,106,108); }

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

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

 a { background-color: rgb(250,106,108); }

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

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

 span { border-color: rgb(250,106,108); }

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