#F57279

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

Shades of Froly #F57279

Tints of Froly #F57279

Color information

#F57279 (or 0xF57279) is unknown color: approx Froly. HEX triplet: F5, 72 and 79. RGB value is (245,114,121). Sum of RGB (Red+Green+Blue) = 245+114+121=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F57279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57279 is #0A8D86. Grayscale: #9A9A9A. Windows color (decimal): -691591 or 7959285. OLE color: 7959285.

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

Color convert

RGB245114121-
CMYK00.530.510.04
HSL356.79º86.75%70.39%-
HSV(B)356.79º53.47%96.08%-
XYZ47.1232.8321.94-
YUV153.97109.4192.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.04%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 121 (47.66% from 255) = 25.21%
R=51.04%
G=23.75%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511412100.530.510.04356.7986.7570.39
HexF572790353341655746
Octal365162171065634545127106
Binary1111010111100101111001011010111001110010110010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57279; }

 p { color: rgb(245,114,121); }

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

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

 a { background-color: rgb(245,114,121); }

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

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

 span { border-color: rgb(245,114,121); }

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