#F1696F

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

Shades of Froly #F1696F

Tints of Froly #F1696F

Color information

#F1696F (or 0xF1696F) is unknown color: approx Froly. HEX triplet: F1, 69 and 6F. RGB value is (241,105,111). Sum of RGB (Red+Green+Blue) = 241+105+111=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F1696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1696F is #0E9690. Grayscale: #929292. Windows color (decimal): -956049 or 7301617. OLE color: 7301617.

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

Color convert

RGB241105111-
CMYK00.560.540.05
HSL357.35º82.93%67.84%-
HSV(B)357.35º56.43%94.51%-
XYZ44.229.9518.49-
YUV146.35108.06195.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.74%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=52.74%
G=22.98%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110511100.560.540.05357.3582.9367.84
HexF1696F0383651655344
Octal361151157070665545123104
Binary1111000111010011101111011100011011010110110010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1696F; }

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

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

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

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

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

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

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

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