#f1696b

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

Shades of Froly #F1696B

Tints of Froly #F1696B

Color information

#F1696B (or 0xF1696B) is unknown color: approx Froly. HEX triplet: F1, 69 and 6B. RGB value is (241,105,107). Sum of RGB (Red+Green+Blue) = 241+105+107=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1696B is #0E9694. Grayscale: #929292. Windows color (decimal): -956053 or 7039473. OLE color: 7039473.

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

Color convert

RGB241105107-
CMYK00.560.560.05
HSL359.12º82.93%67.84%-
HSV(B)359.12º56.43%94.51%-
XYZ43.9829.8717.36-
YUV145.89106.06195.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.20%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=53.20%
G=23.18%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110510700.560.560.05359.1282.9367.84
HexF1696B0383851675344
Octal361151153070705547123104
Binary1111000111010011101011011100011100010110110011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1696b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1696b; }

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

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

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

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

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

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

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

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