#F16B77

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

Shades of Froly #F16B77

Tints of Froly #F16B77

Color information

#F16B77 (or 0xF16B77) is unknown color: approx Froly. HEX triplet: F1, 6B and 77. RGB value is (241,107,119). Sum of RGB (Red+Green+Blue) = 241+107+119=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B77 is #0E9488. Grayscale: #949494. Windows color (decimal): -955529 or 7826417. OLE color: 7826417.

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

Color convert

RGB241107119-
CMYK00.560.510.05
HSL354.63º82.72%68.24%-
HSV(B)354.63º55.6%94.51%-
XYZ44.8630.5520.98-
YUV148.43111.39194.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.61%
GREEN value IS 107 (42.19% from 255) = 22.91%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=51.61%
G=22.91%
B=25.48%

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
Decimal24110711900.560.510.05354.6382.7268.24
HexF16B770383351635344
Octal361153167070635543123104
Binary1111000111010111110111011100011001110110110001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16B77; }

 p { color: rgb(241,107,119); }

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

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

 a { background-color: rgb(241,107,119); }

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

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

 span { border-color: rgb(241,107,119); }

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