#F56A70

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

Shades of Froly #F56A70

Tints of Froly #F56A70

Color information

#F56A70 (or 0xF56A70) is unknown color: approx Froly. HEX triplet: F5, 6A and 70. RGB value is (245,106,112). Sum of RGB (Red+Green+Blue) = 245+106+112=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56A70 is #0A958F. Grayscale: #949494. Windows color (decimal): -693648 or 7367413. OLE color: 7367413.

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

Color convert

RGB245106112-
CMYK00.570.540.04
HSL357.41º87.42%68.82%-
HSV(B)357.41º56.73%96.08%-
XYZ45.7330.8918.88-
YUV148.24107.55197.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.92%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=52.92%
G=22.89%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510611200.570.540.04357.4187.4268.82
HexF56A700393641655745
Octal365152160071664545127105
Binary1111010111010101110000011100111011010010110010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56A70; }

 p { color: rgb(245,106,112); }

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

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

 a { background-color: rgb(245,106,112); }

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

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

 span { border-color: rgb(245,106,112); }

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