#F66461

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

Shades of Bittersweet #F66461

Tints of Bittersweet #F66461

Color information

#F66461 (or 0xF66461) is unknown color: approx Bittersweet. HEX triplet: F6, 64 and 61. RGB value is (246,100,97). Sum of RGB (Red+Green+Blue) = 246+100+97=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F66461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66461 is #099B9E. Grayscale: #8F8F8F. Windows color (decimal): -629663 or 6382838. OLE color: 6382838.

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

Color convert

RGB24610097-
CMYK00.590.610.04
HSL1.21º89.22%67.25%-
HSV(B)1.21º60.57%96.47%-
XYZ44.7229.5714.66-
YUV143.31101.87201.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.53%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=55.53%
G=22.57%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461009700.590.610.041.2189.2267.25
HexF6646103B3D415943
Octal3661441410737541131103
Binary11110110110010011000010111011111101100110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66461; }

 p { color: rgb(246,100,97); }

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

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

 a { background-color: rgb(246,100,97); }

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

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

 span { border-color: rgb(246,100,97); }

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