#F96361

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

Shades of Bittersweet #F96361

Tints of Bittersweet #F96361

Color information

#F96361 (or 0xF96361) is unknown color: approx Bittersweet. HEX triplet: F9, 63 and 61. RGB value is (249,99,97). Sum of RGB (Red+Green+Blue) = 249+99+97=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F96361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96361 is #069C9E. Grayscale: #8F8F8F. Windows color (decimal): -433311 or 6382585. OLE color: 6382585.

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

Color convert

RGB2499997-
CMYK00.600.610.02
HSL0.79º92.68%67.84%-
HSV(B)0.79º61.04%97.65%-
XYZ45.6929.9314.68-
YUV143.62101.7203.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.96%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=55.96%
G=22.25%
B=21.80%

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
Decimal249999700.600.610.020.7992.6867.84
HexF9636103C3D215d44
Octal3711431410747521135104
Binary1111100111000111100001011110011110110110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96361; }

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

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

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

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

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

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

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

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