#F6767C

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

Shades of Froly #F6767C

Tints of Froly #F6767C

Color information

#F6767C (or 0xF6767C) is unknown color: approx Froly. HEX triplet: F6, 76 and 7C. RGB value is (246,118,124). Sum of RGB (Red+Green+Blue) = 246+118+124=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6767C is #098983. Grayscale: #9D9D9D. Windows color (decimal): -625028 or 8156918. OLE color: 8156918.

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

Color convert

RGB246118124-
CMYK00.520.500.04
HSL357.19º87.67%71.37%-
HSV(B)357.19º52.03%96.47%-
XYZ48.123423.1-
YUV156.96109.41191.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.41%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=50.41%
G=24.18%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611812400.520.500.04357.1987.6771.37
HexF6767C0343241655847
Octal366166174064624545130107
Binary1111011011101101111100011010011001010010110010110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6767C; }

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

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

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

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

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

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

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

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