#F26D64

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

Shades of Bittersweet #F26D64

Tints of Bittersweet #F26D64

Color information

#F26D64 (or 0xF26D64) is unknown color: approx Bittersweet. HEX triplet: F2, 6D and 64. RGB value is (242,109,100). Sum of RGB (Red+Green+Blue) = 242+109+100=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D64 is #0D929B. Grayscale: #939393. Windows color (decimal): -889500 or 6581746. OLE color: 6581746.

HSL color Cylindrical-coordinate representation of color #F26D64: hue angle of 3.8º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26D64 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB242109100-
CMYK00.550.590.05
HSL3.8º84.52%67.06%-
HSV(B)3.8º58.68%94.9%-
XYZ44.3930.7315.65-
YUV147.74101.06195.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.66%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=53.66%
G=24.17%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210910000.550.590.053.884.5267.06
HexF26D640373B545543
Octal3621551440677354125103
Binary1111001011011011100100011011111101110110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26D64; }

 p { color: rgb(242,109,100); }

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

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

 a { background-color: rgb(242,109,100); }

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

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

 span { border-color: rgb(242,109,100); }

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