#F46160

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

Shades of Bittersweet #F46160

Tints of Bittersweet #F46160

Color information

#F46160 (or 0xF46160) is unknown color: approx Bittersweet. HEX triplet: F4, 61 and 60. RGB value is (244,97,96). Sum of RGB (Red+Green+Blue) = 244+97+96=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F46160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46160 is #0B9E9F. Grayscale: #8C8C8C. Windows color (decimal): -761504 or 6316532. OLE color: 6316532.

HSL color Cylindrical-coordinate representation of color #F46160: hue angle of 0.41º degrees, saturation: 0.87, 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 #F46160 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB2449796-
CMYK00.600.610.04
HSL0.41º87.06%66.67%-
HSV(B)0.41º60.66%95.69%-
XYZ43.6928.6314.29-
YUV140.84102.7201.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.84%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 96 (37.89% from 255) = 21.97%
R=55.84%
G=22.20%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244979600.600.610.040.4187.0666.67
HexF4616003C3D405743
Octal3641411400747540127103
Binary11110100110000111000000111100111101100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46160; }

 p { color: rgb(244,97,96); }

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

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

 a { background-color: rgb(244,97,96); }

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

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

 span { border-color: rgb(244,97,96); }

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