#F5656C

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

Shades of Froly #F5656C

Tints of Froly #F5656C

Color information

#F5656C (or 0xF5656C) is unknown color: approx Froly. HEX triplet: F5, 65 and 6C. RGB value is (245,101,108). Sum of RGB (Red+Green+Blue) = 245+101+108=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5656C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5656C is #0A9A93. Grayscale: #909090. Windows color (decimal): -694932 or 7103989. OLE color: 7103989.

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

Color convert

RGB245101108-
CMYK00.590.560.04
HSL357.08º87.8%67.84%-
HSV(B)357.08º58.78%96.08%-
XYZ45.0229.817.57-
YUV144.85107.21199.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.96%
GREEN value IS 101 (39.84% from 255) = 22.25%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=53.96%
G=22.25%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510110800.590.560.04357.0887.867.84
HexF5656C03B3841655844
Octal365145154073704545130104
Binary1111010111001011101100011101111100010010110010110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5656C; }

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

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

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

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

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

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

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

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