#F96858

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

Shades of Bittersweet #F96858

Tints of Bittersweet #F96858

Color information

#F96858 (or 0xF96858) is unknown color: approx Bittersweet. HEX triplet: F9, 68 and 58. RGB value is (249,104,88). Sum of RGB (Red+Green+Blue) = 249+104+88=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F96858 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96858 is #0697A7. Grayscale: #919191. Windows color (decimal): -432040 or 5794041. OLE color: 5794041.

HSL color Cylindrical-coordinate representation of color #F96858: hue angle of 5.96º 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 #F96858 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB24910488-
CMYK00.580.650.02
HSL5.96º93.06%66.08%-
HSV(B)5.96º64.66%97.65%-
XYZ45.7830.7412.75-
YUV145.5395.54201.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.46%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 88 (34.77% from 255) = 19.95%
R=56.46%
G=23.58%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491048800.580.650.025.9693.0666.08
HexF9685803A41265d42
Octal37115013007210126135102
Binary1111100111010001011000011101010000011011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96858; }

 p { color: rgb(249,104,88); }

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

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

 a { background-color: rgb(249,104,88); }

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

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

 span { border-color: rgb(249,104,88); }

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