#F26B61

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

Shades of Bittersweet #F26B61

Tints of Bittersweet #F26B61

Color information

#F26B61 (or 0xF26B61) is unknown color: approx Bittersweet. HEX triplet: F2, 6B and 61. RGB value is (242,107,97). Sum of RGB (Red+Green+Blue) = 242+107+97=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26B61 is #0D949E. Grayscale: #929292. Windows color (decimal): -890015 or 6384626. OLE color: 6384626.

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

Color convert

RGB24210797-
CMYK00.560.600.05
HSL4.14º84.8%66.47%-
HSV(B)4.14º59.92%94.9%-
XYZ44.0330.2614.83-
YUV146.22100.23196.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.26%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=54.26%
G=23.99%
B=21.75%

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
Decimal2421079700.560.600.054.1484.866.47
HexF26B610383C545542
Octal3621531410707454125102
Binary1111001011010111100001011100011110010110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26B61; }

 p { color: rgb(242,107,97); }

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

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

 a { background-color: rgb(242,107,97); }

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

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

 span { border-color: rgb(242,107,97); }

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