#F56F74

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

Shades of Froly #F56F74

Tints of Froly #F56F74

Color information

#F56F74 (or 0xF56F74) is unknown color: approx Froly. HEX triplet: F5, 6F and 74. RGB value is (245,111,116). Sum of RGB (Red+Green+Blue) = 245+111+116=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56F74 is #0A908B. Grayscale: #979797. Windows color (decimal): -692364 or 7630837. OLE color: 7630837.

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

Color convert

RGB245111116-
CMYK00.550.530.04
HSL357.76º87.01%69.8%-
HSV(B)357.76º54.69%96.08%-
XYZ46.4932.0420.26-
YUV151.64107.89194.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.91%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 116 (45.70% from 255) = 24.58%
R=51.91%
G=23.52%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511111600.550.530.04357.7687.0169.8
HexF56F740373541665746
Octal365157164067654546127106
Binary1111010111011111110100011011111010110010110011010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56F74; }

 p { color: rgb(245,111,116); }

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

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

 a { background-color: rgb(245,111,116); }

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

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

 span { border-color: rgb(245,111,116); }

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