#F17666

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

Shades of Bittersweet #F17666

Tints of Bittersweet #F17666

Color information

#F17666 (or 0xF17666) is unknown color: approx Bittersweet. HEX triplet: F1, 76 and 66. RGB value is (241,118,102). Sum of RGB (Red+Green+Blue) = 241+118+102=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F17666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17666 is #0E8999. Grayscale: #999999. Windows color (decimal): -952730 or 6715121. OLE color: 6715121.

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

Color convert

RGB241118102-
CMYK00.510.580.05
HSL6.91º83.23%67.25%-
HSV(B)6.91º57.68%94.51%-
XYZ45.1532.6216.49-
YUV152.9599.25190.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.28%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=52.28%
G=25.60%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111810200.510.580.056.9183.2367.25
HexF176660333A575343
Octal3611661460637257123103
Binary1111000111101101100110011001111101010111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17666; }

 p { color: rgb(241,118,102); }

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

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

 a { background-color: rgb(241,118,102); }

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

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

 span { border-color: rgb(241,118,102); }

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