#F96F57

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

Shades of Bittersweet #F96F57

Tints of Bittersweet #F96F57

Color information

#F96F57 (or 0xF96F57) is unknown color: approx Bittersweet. HEX triplet: F9, 6F and 57. RGB value is (249,111,87). Sum of RGB (Red+Green+Blue) = 249+111+87=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96F57 is #0690A8. Grayscale: #959595. Windows color (decimal): -430249 or 5730297. OLE color: 5730297.

HSL color Cylindrical-coordinate representation of color #F96F57: hue angle of 8.89º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F96F57 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB24911187-
CMYK00.550.650.02
HSL8.89º93.1%65.88%-
HSV(B)8.89º65.06%97.65%-
XYZ46.4732.212.78-
YUV149.5392.72198.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.70%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 87 (34.38% from 255) = 19.46%
R=55.70%
G=24.83%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491118700.550.650.028.8993.165.88
HexF96F5703741295d42
Octal371157127067101211135102
Binary11111001110111110101110110111100000110100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96F57; }

 p { color: rgb(249,111,87); }

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

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

 a { background-color: rgb(249,111,87); }

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

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

 span { border-color: rgb(249,111,87); }

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