#F46260

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

Shades of Bittersweet #F46260

Tints of Bittersweet #F46260

Color information

#F46260 (or 0xF46260) is unknown color: approx Bittersweet. HEX triplet: F4, 62 and 60. RGB value is (244,98,96). Sum of RGB (Red+Green+Blue) = 244+98+96=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F46260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46260 is #0B9D9F. Grayscale: #8D8D8D. Windows color (decimal): -761248 or 6316788. OLE color: 6316788.

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

Color convert

RGB2449896-
CMYK00.600.610.04
HSL0.81º87.06%66.67%-
HSV(B)0.81º60.66%95.69%-
XYZ43.7928.8114.32-
YUV141.43102.37201.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.71%
GREEN value IS 98 (38.67% from 255) = 22.37%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=55.71%
G=22.37%
B=21.92%

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
Decimal244989600.600.610.040.8187.0666.67
HexF4626003C3D415743
Octal3641421400747541127103
Binary11110100110001011000000111100111101100110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46260; }

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

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

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

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

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

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

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

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