#F56E7A

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

Shades of Froly #F56E7A

Tints of Froly #F56E7A

Color information

#F56E7A (or 0xF56E7A) is unknown color: approx Froly. HEX triplet: F5, 6E and 7A. RGB value is (245,110,122). Sum of RGB (Red+Green+Blue) = 245+110+122=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56E7A is #0A9185. Grayscale: #979797. Windows color (decimal): -692614 or 8023797. OLE color: 8023797.

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

Color convert

RGB245110122-
CMYK00.550.500.04
HSL354.67º87.1%69.61%-
HSV(B)354.67º55.1%96.08%-
XYZ46.7431.9722.12-
YUV151.73111.23194.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.36%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=51.36%
G=23.06%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511012200.550.500.04354.6787.169.61
HexF56E7A0373241635746
Octal365156172067624543127106
Binary1111010111011101111010011011111001010010110001110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56E7A; }

 p { color: rgb(245,110,122); }

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

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

 a { background-color: rgb(245,110,122); }

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

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

 span { border-color: rgb(245,110,122); }

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