#F26357

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

Shades of Bittersweet #F26357

Tints of Bittersweet #F26357

Color information

#F26357 (or 0xF26357) is unknown color: approx Bittersweet. HEX triplet: F2, 63 and 57. RGB value is (242,99,87). Sum of RGB (Red+Green+Blue) = 242+99+87=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F26357 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26357 is #0D9CA8. Grayscale: #8C8C8C. Windows color (decimal): -892073 or 5727218. OLE color: 5727218.

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

Color convert

RGB2429987-
CMYK00.590.640.05
HSL4.65º85.64%64.51%-
HSV(B)4.65º64.05%94.9%-
XYZ42.828.4912.26-
YUV140.3997.88200.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.54%
GREEN value IS 99 (39.06% from 255) = 23.13%
BLUE value IS 87 (34.38% from 255) = 20.33%
R=56.54%
G=23.13%
B=20.33%

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
Decimal242998700.590.640.054.6585.6464.51
HexF2635703B40555641
Octal36214312707310055126101
Binary11110010110001110101110111011100000010110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26357; }

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

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

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

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

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

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

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

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