#F1696E

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

Shades of Froly #F1696E

Tints of Froly #F1696E

Color information

#F1696E (or 0xF1696E) is unknown color: approx Froly. HEX triplet: F1, 69 and 6E. RGB value is (241,105,110). Sum of RGB (Red+Green+Blue) = 241+105+110=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1696E is #0E9691. Grayscale: #929292. Windows color (decimal): -956050 or 7236081. OLE color: 7236081.

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

Color convert

RGB241105110-
CMYK00.560.540.05
HSL357.79º82.93%67.84%-
HSV(B)357.79º56.43%94.51%-
XYZ44.1429.9318.2-
YUV146.23107.56195.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.85%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=52.85%
G=23.03%
B=24.12%

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
Decimal24110511000.560.540.05357.7982.9367.84
HexF1696E0383651665344
Octal361151156070665546123104
Binary1111000111010011101110011100011011010110110011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1696E; }

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

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

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

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

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

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

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

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