#F5656A

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

Shades of Froly #F5656A

Tints of Froly #F5656A

Color information

#F5656A (or 0xF5656A) is unknown color: approx Froly. HEX triplet: F5, 65 and 6A. RGB value is (245,101,106). Sum of RGB (Red+Green+Blue) = 245+101+106=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5656A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5656A is #0A9A95. Grayscale: #909090. Windows color (decimal): -694934 or 6972917. OLE color: 6972917.

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

Color convert

RGB245101106-
CMYK00.590.570.04
HSL357.92º87.8%67.84%-
HSV(B)357.92º58.78%96.08%-
XYZ44.9129.7617.01-
YUV144.63106.21199.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.20%
GREEN value IS 101 (39.84% from 255) = 22.35%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=54.20%
G=22.35%
B=23.45%

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
Decimal24510110600.590.570.04357.9287.867.84
HexF5656A03B3941665844
Octal365145152073714546130104
Binary1111010111001011101010011101111100110010110011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5656A; }

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

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

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

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

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

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

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

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