#F96261

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

Shades of Bittersweet #F96261

Tints of Bittersweet #F96261

Color information

#F96261 (or 0xF96261) is unknown color: approx Bittersweet. HEX triplet: F9, 62 and 61. RGB value is (249,98,97). Sum of RGB (Red+Green+Blue) = 249+98+97=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F96261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96261 is #069D9E. Grayscale: #8F8F8F. Windows color (decimal): -433567 or 6382329. OLE color: 6382329.

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

Color convert

RGB2499897-
CMYK00.610.610.02
HSL0.39º92.68%67.84%-
HSV(B)0.39º61.04%97.65%-
XYZ45.5929.7414.65-
YUV143.03102.03203.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.08%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=56.08%
G=22.07%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249989700.610.610.020.3992.6867.84
HexF9626103D3D205d44
Octal3711421410757520135104
Binary1111100111000101100001011110111110110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96261; }

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

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

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

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

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

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

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

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