#F26D5F

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

Shades of Bittersweet #F26D5F

Tints of Bittersweet #F26D5F

Color information

#F26D5F (or 0xF26D5F) is unknown color: approx Bittersweet. HEX triplet: F2, 6D and 5F. RGB value is (242,109,95). Sum of RGB (Red+Green+Blue) = 242+109+95=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D5F is #0D92A0. Grayscale: #939393. Windows color (decimal): -889505 or 6254066. OLE color: 6254066.

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

Color convert

RGB24210995-
CMYK00.550.610.05
HSL5.71º84.97%66.08%-
HSV(B)5.71º60.74%94.9%-
XYZ44.1530.6414.41-
YUV147.1798.56195.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.26%
GREEN value IS 109 (42.97% from 255) = 24.44%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=54.26%
G=24.44%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421099500.550.610.055.7184.9766.08
HexF26D5F0373D565542
Octal3621551370677556125102
Binary1111001011011011011111011011111110110111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26D5F; }

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

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

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

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

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

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

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

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