#F26C59

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

Shades of Bittersweet #F26C59

Tints of Bittersweet #F26C59

Color information

#F26C59 (or 0xF26C59) is unknown color: approx Bittersweet. HEX triplet: F2, 6C and 59. RGB value is (242,108,89). Sum of RGB (Red+Green+Blue) = 242+108+89=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C59 is #0D93A6. Grayscale: #929292. Windows color (decimal): -889767 or 5860594. OLE color: 5860594.

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

Color convert

RGB24210889-
CMYK00.550.630.05
HSL7.45º85.47%64.9%-
HSV(B)7.45º63.22%94.9%-
XYZ43.7830.3213-
YUV145.995.89196.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.13%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 89 (35.16% from 255) = 20.27%
R=55.13%
G=24.60%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421088900.550.630.057.4585.4764.9
HexF26C590373F575541
Octal3621541310677757125101
Binary1111001011011001011001011011111111110111110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26C59; }

 p { color: rgb(242,108,89); }

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

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

 a { background-color: rgb(242,108,89); }

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

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

 span { border-color: rgb(242,108,89); }

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