#F0676F

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

Shades of Froly #F0676F

Tints of Froly #F0676F

Color information

#F0676F (or 0xF0676F) is unknown color: approx Froly. HEX triplet: F0, 67 and 6F. RGB value is (240,103,111). Sum of RGB (Red+Green+Blue) = 240+103+111=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0676F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0676F is #0F9890. Grayscale: #909090. Windows color (decimal): -1022097 or 7301104. OLE color: 7301104.

HSL color Cylindrical-coordinate representation of color #F0676F: hue angle of 356.5º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0676F is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB240103111-
CMYK00.570.540.06
HSL356.5º82.04%67.25%-
HSV(B)356.5º57.08%94.12%-
XYZ43.6529.3718.41-
YUV144.88108.89195.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.86%
GREEN value IS 103 (40.62% from 255) = 22.69%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=52.86%
G=22.69%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010311100.570.540.06356.582.0467.25
HexF0676F0393661645243
Octal360147157071666544122103
Binary1111000011001111101111011100111011011010110010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0676F; }

 p { color: rgb(240,103,111); }

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

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

 a { background-color: rgb(240,103,111); }

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

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

 span { border-color: rgb(240,103,111); }

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