#F96D63

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

Shades of Bittersweet #F96D63

Tints of Bittersweet #F96D63

Color information

#F96D63 (or 0xF96D63) is unknown color: approx Bittersweet. HEX triplet: F9, 6D and 63. RGB value is (249,109,99). Sum of RGB (Red+Green+Blue) = 249+109+99=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96D63 is #06929C. Grayscale: #959595. Windows color (decimal): -430749 or 6516217. OLE color: 6516217.

HSL color Cylindrical-coordinate representation of color #F96D63: hue angle of 4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96D63 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB24910999-
CMYK00.560.600.02
HSL92.59%68.24%-
HSV(B)60.24%97.65%-
XYZ46.7931.9815.51-
YUV149.7299.38198.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.49%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 99 (39.06% from 255) = 21.66%
R=54.49%
G=23.85%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491099900.560.600.02492.5968.24
HexF96D630383C245d44
Octal3711551430707424135104
Binary111110011101101110001101110001111001010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96D63; }

 p { color: rgb(249,109,99); }

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

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

 a { background-color: rgb(249,109,99); }

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

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

 span { border-color: rgb(249,109,99); }

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