#F96F51

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

Shades of Bittersweet #F96F51

Tints of Bittersweet #F96F51

Color information

#F96F51 (or 0xF96F51) is unknown color: approx Bittersweet. HEX triplet: F9, 6F and 51. RGB value is (249,111,81). Sum of RGB (Red+Green+Blue) = 249+111+81=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96F51 is #0690AE. Grayscale: #959595. Windows color (decimal): -430255 or 5337081. OLE color: 5337081.

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

Color convert

RGB24911181-
CMYK00.550.670.02
HSL10.71º93.33%64.71%-
HSV(B)10.71º67.47%97.65%-
XYZ46.2432.111.54-
YUV148.8489.72199.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.46%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 81 (32.03% from 255) = 18.37%
R=56.46%
G=25.17%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491118100.550.670.0210.7193.3364.71
HexF96F51037432b5d41
Octal371157121067103213135101
Binary11111001110111110100010110111100001110101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96F51; }

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

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

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

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

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

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

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

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