#F96961

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

Shades of Bittersweet #F96961

Tints of Bittersweet #F96961

Color information

#F96961 (or 0xF96961) is unknown color: approx Bittersweet. HEX triplet: F9, 69 and 61. RGB value is (249,105,97). Sum of RGB (Red+Green+Blue) = 249+105+97=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F96961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96961 is #06969E. Grayscale: #939393. Windows color (decimal): -431775 or 6384121. OLE color: 6384121.

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

Color convert

RGB24910597-
CMYK00.580.610.02
HSL3.16º92.68%67.84%-
HSV(B)3.16º61.04%97.65%-
XYZ46.2831.1114.87-
YUV147.1499.71200.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.21%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=55.21%
G=23.28%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491059700.580.610.023.1692.6867.84
HexF9696103A3D235d44
Octal3711511410727523135104
Binary11111001110100111000010111010111101101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96961; }

 p { color: rgb(249,105,97); }

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

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

 a { background-color: rgb(249,105,97); }

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

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

 span { border-color: rgb(249,105,97); }

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