#F96460

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

Shades of Bittersweet #F96460

Tints of Bittersweet #F96460

Color information

#F96460 (or 0xF96460) is unknown color: approx Bittersweet. HEX triplet: F9, 64 and 60. RGB value is (249,100,96). Sum of RGB (Red+Green+Blue) = 249+100+96=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F96460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96460 is #069B9F. Grayscale: #909090. Windows color (decimal): -433056 or 6317305. OLE color: 6317305.

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

Color convert

RGB24910096-
CMYK00.600.610.02
HSL1.57º92.73%67.65%-
HSV(B)1.57º61.45%97.65%-
XYZ45.7430.114.47-
YUV144.09100.86202.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.96%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=55.96%
G=22.47%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491009600.600.610.021.5792.7367.65
HexF9646003C3D225d44
Octal3711441400747522135104
Binary11111001110010011000000111100111101101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96460; }

 p { color: rgb(249,100,96); }

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

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

 a { background-color: rgb(249,100,96); }

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

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

 span { border-color: rgb(249,100,96); }

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