#F16A76

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

Shades of Froly #F16A76

Tints of Froly #F16A76

Color information

#F16A76 (or 0xF16A76) is unknown color: approx Froly. HEX triplet: F1, 6A and 76. RGB value is (241,106,118). Sum of RGB (Red+Green+Blue) = 241+106+118=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16A76 is #0E9589. Grayscale: #939393. Windows color (decimal): -955786 or 7760625. OLE color: 7760625.

HSL color Cylindrical-coordinate representation of color #F16A76: hue angle of 354.67º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16A76 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241106118-
CMYK00.560.510.05
HSL354.67º82.82%68.04%-
HSV(B)354.67º56.02%94.51%-
XYZ44.730.3220.64-
YUV147.73111.23194.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=51.83%
G=22.80%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110611800.560.510.05354.6782.8268.04
HexF16A760383351635344
Octal361152166070635543123104
Binary1111000111010101110110011100011001110110110001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16A76; }

 p { color: rgb(241,106,118); }

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

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

 a { background-color: rgb(241,106,118); }

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

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

 span { border-color: rgb(241,106,118); }

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