#F26457

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

Shades of Bittersweet #F26457

Tints of Bittersweet #F26457

Color information

#F26457 (or 0xF26457) is unknown color: approx Bittersweet. HEX triplet: F2, 64 and 57. RGB value is (242,100,87). Sum of RGB (Red+Green+Blue) = 242+100+87=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F26457 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26457 is #0D9BA8. Grayscale: #8D8D8D. Windows color (decimal): -891817 or 5727474. OLE color: 5727474.

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

Color convert

RGB24210087-
CMYK00.590.640.05
HSL5.03º85.64%64.51%-
HSV(B)5.03º64.05%94.9%-
XYZ42.928.6812.29-
YUV140.9897.54200.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.41%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=56.41%
G=23.31%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421008700.590.640.055.0385.6464.51
HexF2645703B40555641
Octal36214412707310055126101
Binary11110010110010010101110111011100000010110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26457; }

 p { color: rgb(242,100,87); }

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

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

 a { background-color: rgb(242,100,87); }

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

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

 span { border-color: rgb(242,100,87); }

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