#F47172

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

Shades of Froly #F47172

Tints of Froly #F47172

Color information

#F47172 (or 0xF47172) is unknown color: approx Froly. HEX triplet: F4, 71 and 72. RGB value is (244,113,114). Sum of RGB (Red+Green+Blue) = 244+113+114=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F47172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47172 is #0B8E8D. Grayscale: #989898. Windows color (decimal): -757390 or 7500276. OLE color: 7500276.

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

Color convert

RGB244113114-
CMYK00.540.530.04
HSL359.54º85.62%70%-
HSV(B)359.54º53.69%95.69%-
XYZ46.2532.2619.71-
YUV152.28106.4193.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.80%
GREEN value IS 113 (44.53% from 255) = 23.99%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=51.80%
G=23.99%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411311400.540.530.04359.5485.6270
HexF471720363541685646
Octal364161162066654550126106
Binary1111010011100011110010011011011010110010110100010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47172; }

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

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

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

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

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

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

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

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