#F47071

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

Shades of Froly #F47071

Tints of Froly #F47071

Color information

#F47071 (or 0xF47071) is unknown color: approx Froly. HEX triplet: F4, 70 and 71. RGB value is (244,112,113). Sum of RGB (Red+Green+Blue) = 244+112+113=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F47071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47071 is #0B8F8E. Grayscale: #979797. Windows color (decimal): -757647 or 7434484. OLE color: 7434484.

HSL color Cylindrical-coordinate representation of color #F47071: hue angle of 359.55º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F47071 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB244112113-
CMYK00.540.540.04
HSL359.55º85.71%69.8%-
HSV(B)359.55º54.1%95.69%-
XYZ46.0832.0119.37-
YUV151.58106.23193.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.03%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=52.03%
G=23.88%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411211300.540.540.04359.5585.7169.8
HexF470710363641685646
Octal364160161066664550126106
Binary1111010011100001110001011011011011010010110100010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47071; }

 p { color: rgb(244,112,113); }

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

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

 a { background-color: rgb(244,112,113); }

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

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

 span { border-color: rgb(244,112,113); }

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