#F66C6E

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

Shades of Froly #F66C6E

Tints of Froly #F66C6E

Color information

#F66C6E (or 0xF66C6E) is unknown color: approx Froly. HEX triplet: F6, 6C and 6E. RGB value is (246,108,110). Sum of RGB (Red+Green+Blue) = 246+108+110=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C6E is #099391. Grayscale: #959595. Windows color (decimal): -627602 or 7236854. OLE color: 7236854.

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

Color convert

RGB246108110-
CMYK00.560.550.04
HSL359.13º88.46%69.41%-
HSV(B)359.13º56.1%96.47%-
XYZ46.1831.4418.39-
YUV149.49105.72196.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.02%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=53.02%
G=23.28%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610811000.560.550.04359.1388.4669.41
HexF66C6E0383741675845
Octal366154156070674547130105
Binary1111011011011001101110011100011011110010110011110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66C6E; }

 p { color: rgb(246,108,110); }

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

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

 a { background-color: rgb(246,108,110); }

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

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

 span { border-color: rgb(246,108,110); }

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