#F66968

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

Shades of Bittersweet #F66968

Tints of Bittersweet #F66968

Color information

#F66968 (or 0xF66968) is unknown color: approx Bittersweet. HEX triplet: F6, 69 and 68. RGB value is (246,105,104). Sum of RGB (Red+Green+Blue) = 246+105+104=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F66968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66968 is #099697. Grayscale: #939393. Windows color (decimal): -628376 or 6842870. OLE color: 6842870.

HSL color Cylindrical-coordinate representation of color #F66968: hue angle of 0.42º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F66968 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB246105104-
CMYK00.570.580.04
HSL0.42º88.75%68.63%-
HSV(B)0.42º57.72%96.47%-
XYZ45.5630.716.62-
YUV147.04103.71198.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.07%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=54.07%
G=23.08%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610510400.570.580.040.4288.7568.63
HexF669680393A405945
Octal3661511500717240131105
Binary11110110110100111010000111001111010100010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66968; }

 p { color: rgb(246,105,104); }

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

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

 a { background-color: rgb(246,105,104); }

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

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

 span { border-color: rgb(246,105,104); }

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