#F5676A

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

Shades of Froly #F5676A

Tints of Froly #F5676A

Color information

#F5676A (or 0xF5676A) is unknown color: approx Froly. HEX triplet: F5, 67 and 6A. RGB value is (245,103,106). Sum of RGB (Red+Green+Blue) = 245+103+106=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5676A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5676A is #0A9895. Grayscale: #919191. Windows color (decimal): -694422 or 6973429. OLE color: 6973429.

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

Color convert

RGB245103106-
CMYK00.580.570.04
HSL358.73º87.65%68.24%-
HSV(B)358.73º57.96%96.08%-
XYZ45.1130.1517.08-
YUV145.8105.54198.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.96%
GREEN value IS 103 (40.62% from 255) = 22.69%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=53.96%
G=22.69%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510310600.580.570.04358.7387.6568.24
HexF5676A03A3941675844
Octal365147152072714547130104
Binary1111010111001111101010011101011100110010110011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5676A; }

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

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

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

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

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

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

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

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