#F1686C

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

Shades of Froly #F1686C

Tints of Froly #F1686C

Color information

#F1686C (or 0xF1686C) is unknown color: approx Froly. HEX triplet: F1, 68 and 6C. RGB value is (241,104,108). Sum of RGB (Red+Green+Blue) = 241+104+108=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1686C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1686C is #0E9793. Grayscale: #919191. Windows color (decimal): -956308 or 7104753. OLE color: 7104753.

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

Color convert

RGB241104108-
CMYK00.570.550.05
HSL358.25º83.03%67.65%-
HSV(B)358.25º56.85%94.51%-
XYZ43.9329.6817.6-
YUV145.42106.89196.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.20%
GREEN value IS 104 (41.02% from 255) = 22.96%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=53.20%
G=22.96%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110410800.570.550.05358.2583.0367.65
HexF1686C0393751665344
Octal361150154071675546123104
Binary1111000111010001101100011100111011110110110011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1686C; }

 p { color: rgb(241,104,108); }

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

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

 a { background-color: rgb(241,104,108); }

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

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

 span { border-color: rgb(241,104,108); }

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