#F67C80

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

Shades of Froly #F67C80

Tints of Froly #F67C80

Color information

#F67C80 (or 0xF67C80) is unknown color: approx Froly. HEX triplet: F6, 7C and 80. RGB value is (246,124,128). Sum of RGB (Red+Green+Blue) = 246+124+128=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67C80 is #09837F. Grayscale: #A1A1A1. Windows color (decimal): -623488 or 8420598. OLE color: 8420598.

HSL color Cylindrical-coordinate representation of color #F67C80: hue angle of 358.03º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67C80 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246124128-
CMYK00.500.480.04
HSL358.03º87.14%72.55%-
HSV(B)358.03º49.59%96.47%-
XYZ49.1135.5724.7-
YUV160.93109.42188.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.40%
GREEN value IS 124 (48.83% from 255) = 24.90%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=49.40%
G=24.90%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612412800.500.480.04358.0387.1472.55
HexF67C800323041665749
Octal366174200062604546127111
Binary11110110111110010000000011001011000010010110011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67C80; }

 p { color: rgb(246,124,128); }

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

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

 a { background-color: rgb(246,124,128); }

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

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

 span { border-color: rgb(246,124,128); }

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