#F56569

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

Shades of Froly #F56569

Tints of Froly #F56569

Color information

#F56569 (or 0xF56569) is unknown color: approx Froly. HEX triplet: F5, 65 and 69. RGB value is (245,101,105). Sum of RGB (Red+Green+Blue) = 245+101+105=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F56569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56569 is #0A9A96. Grayscale: #909090. Windows color (decimal): -694935 or 6907381. OLE color: 6907381.

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

Color convert

RGB245101105-
CMYK00.590.570.04
HSL358.33º87.8%67.84%-
HSV(B)358.33º58.78%96.08%-
XYZ44.8629.7416.74-
YUV144.51105.71199.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.32%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=54.32%
G=22.39%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510110500.590.570.04358.3387.867.84
HexF5656903B3941665844
Octal365145151073714546130104
Binary1111010111001011101001011101111100110010110011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56569; }

 p { color: rgb(245,101,105); }

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

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

 a { background-color: rgb(245,101,105); }

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

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

 span { border-color: rgb(245,101,105); }

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