#F96F6C

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

Shades of Bittersweet #F96F6C

Tints of Bittersweet #F96F6C

Color information

#F96F6C (or 0xF96F6C) is unknown color: approx Bittersweet. HEX triplet: F9, 6F and 6C. RGB value is (249,111,108). Sum of RGB (Red+Green+Blue) = 249+111+108=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96F6C is #069093. Grayscale: #989898. Windows color (decimal): -430228 or 7106553. OLE color: 7106553.

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

Color convert

RGB249111108-
CMYK00.550.570.02
HSL1.28º92.16%70%-
HSV(B)1.28º56.63%97.65%-
XYZ47.4632.5917.98-
YUV151.92103.22197.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.21%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=53.21%
G=23.72%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911110800.550.570.021.2892.1670
HexF96F6C03739215c46
Octal3711571540677121134106
Binary1111100111011111101100011011111100110110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96F6C; }

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

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

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

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

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

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

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

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