#F26D62

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

Shades of Bittersweet #F26D62

Tints of Bittersweet #F26D62

Color information

#F26D62 (or 0xF26D62) is unknown color: approx Bittersweet. HEX triplet: F2, 6D and 62. RGB value is (242,109,98). Sum of RGB (Red+Green+Blue) = 242+109+98=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D62 is #0D929D. Grayscale: #939393. Windows color (decimal): -889502 or 6450674. OLE color: 6450674.

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

Color convert

RGB24210998-
CMYK00.550.600.05
HSL4.58º84.71%66.67%-
HSV(B)4.58º59.5%94.9%-
XYZ44.2930.715.15-
YUV147.51100.06195.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.90%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 98 (38.67% from 255) = 21.83%
R=53.90%
G=24.28%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421099800.550.600.054.5884.7166.67
HexF26D620373C555543
Octal3621551420677455125103
Binary1111001011011011100010011011111110010110110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26D62; }

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

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

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

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

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

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

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

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