#F26A62

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

Shades of Bittersweet #F26A62

Tints of Bittersweet #F26A62

Color information

#F26A62 (or 0xF26A62) is unknown color: approx Bittersweet. HEX triplet: F2, 6A and 62. RGB value is (242,106,98). Sum of RGB (Red+Green+Blue) = 242+106+98=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26A62 is #0D959D. Grayscale: #919191. Windows color (decimal): -890270 or 6449906. OLE color: 6449906.

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

Color convert

RGB24210698-
CMYK00.560.600.05
HSL3.33º84.71%66.67%-
HSV(B)3.33º59.5%94.9%-
XYZ43.9830.0715.04-
YUV145.75101.06196.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.26%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=54.26%
G=23.77%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421069800.560.600.053.3384.7166.67
HexF26A620383C535543
Octal3621521420707453125103
Binary111100101101010110001001110001111001011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26A62; }

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

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

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

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

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

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

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

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