#F07172

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

Shades of Froly #F07172

Tints of Froly #F07172

Color information

#F07172 (or 0xF07172) is unknown color: approx Froly. HEX triplet: F0, 71 and 72. RGB value is (240,113,114). Sum of RGB (Red+Green+Blue) = 240+113+114=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F07172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07172 is #0F8E8D. Grayscale: #979797. Windows color (decimal): -1019534 or 7500272. OLE color: 7500272.

HSL color Cylindrical-coordinate representation of color #F07172: hue angle of 359.53º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F07172 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB240113114-
CMYK00.530.520.06
HSL359.53º80.89%69.22%-
HSV(B)359.53º52.92%94.12%-
XYZ44.8831.5519.64-
YUV151.09107.08191.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.39%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=51.39%
G=24.20%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011311400.530.520.06359.5380.8969.22
HexF071720353461685145
Octal360161162065646550121105
Binary1111000011100011110010011010111010011010110100010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07172; }

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

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

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

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

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

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

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

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