#F26557

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

Shades of Bittersweet #F26557

Tints of Bittersweet #F26557

Color information

#F26557 (or 0xF26557) is unknown color: approx Bittersweet. HEX triplet: F2, 65 and 57. RGB value is (242,101,87). Sum of RGB (Red+Green+Blue) = 242+101+87=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F26557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26557 is #0D9AA8. Grayscale: #8D8D8D. Windows color (decimal): -891561 or 5727730. OLE color: 5727730.

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

Color convert

RGB24210187-
CMYK00.580.640.05
HSL5.42º85.64%64.51%-
HSV(B)5.42º64.05%94.9%-
XYZ42.9928.8712.32-
YUV141.5697.21199.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.28%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 87 (34.38% from 255) = 20.23%
R=56.28%
G=23.49%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421018700.580.640.055.4285.6464.51
HexF2655703A40555641
Octal36214512707210055126101
Binary11110010110010110101110111010100000010110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26557; }

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

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

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

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

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

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

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

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