#F26257

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

Shades of Bittersweet #F26257

Tints of Bittersweet #F26257

Color information

#F26257 (or 0xF26257) is unknown color: approx Bittersweet. HEX triplet: F2, 62 and 57. RGB value is (242,98,87). Sum of RGB (Red+Green+Blue) = 242+98+87=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F26257 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26257 is #0D9DA8. Grayscale: #8B8B8B. Windows color (decimal): -892329 or 5726962. OLE color: 5726962.

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

Color convert

RGB2429887-
CMYK00.600.640.05
HSL4.26º85.64%64.51%-
HSV(B)4.26º64.05%94.9%-
XYZ42.7128.312.23-
YUV139.898.21200.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.67%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 87 (34.38% from 255) = 20.37%
R=56.67%
G=22.95%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242988700.600.640.054.2685.6464.51
HexF2625703C40545641
Octal36214212707410054126101
Binary11110010110001010101110111100100000010110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26257; }

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

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

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

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

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

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

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

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