#F46C6F

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

Shades of Froly #F46C6F

Tints of Froly #F46C6F

Color information

#F46C6F (or 0xF46C6F) is unknown color: approx Froly. HEX triplet: F4, 6C and 6F. RGB value is (244,108,111). Sum of RGB (Red+Green+Blue) = 244+108+111=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F46C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46C6F is #0B9390. Grayscale: #959595. Windows color (decimal): -758673 or 7302388. OLE color: 7302388.

HSL color Cylindrical-coordinate representation of color #F46C6F: hue angle of 358.68º degrees, saturation: 0.86, 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 #F46C6F is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB244108111-
CMYK00.560.550.04
HSL358.68º86.08%69.02%-
HSV(B)358.68º55.74%95.69%-
XYZ45.5431.1118.64-
YUV149.01106.56195.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.70%
GREEN value IS 108 (42.58% from 255) = 23.33%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=52.70%
G=23.33%
B=23.97%

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
Decimal24410811100.560.550.04358.6886.0869.02
HexF46C6F0383741675645
Octal364154157070674547126105
Binary1111010011011001101111011100011011110010110011110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46C6F; }

 p { color: rgb(244,108,111); }

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

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

 a { background-color: rgb(244,108,111); }

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

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

 span { border-color: rgb(244,108,111); }

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