#f46b6c

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

Shades of Froly #F46B6C

Tints of Froly #F46B6C

Color information

#F46B6C (or 0xF46B6C) is unknown color: approx Froly. HEX triplet: F4, 6B and 6C. RGB value is (244,107,108). Sum of RGB (Red+Green+Blue) = 244+107+108=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F46B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46B6C is #0B9493. Grayscale: #949494. Windows color (decimal): -758932 or 7105524. OLE color: 7105524.

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

Color convert

RGB244107108-
CMYK00.560.560.04
HSL359.56º86.16%68.82%-
HSV(B)359.56º56.15%95.69%-
XYZ45.2730.8317.75-
YUV148.08105.39196.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.16%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=53.16%
G=23.31%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410710800.560.560.04359.5686.1668.82
HexF46B6C0383841685645
Octal364153154070704550126105
Binary1111010011010111101100011100011100010010110100010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f46b6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f46b6c; }

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

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

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

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

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

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

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

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