#F2755E

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

Shades of Bittersweet #F2755E

Tints of Bittersweet #F2755E

Color information

#F2755E (or 0xF2755E) is unknown color: approx Bittersweet. HEX triplet: F2, 75 and 5E. RGB value is (242,117,94). Sum of RGB (Red+Green+Blue) = 242+117+94=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2755E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2755E is #0D8AA1. Grayscale: #979797. Windows color (decimal): -887458 or 6190578. OLE color: 6190578.

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

Color convert

RGB24211794-
CMYK00.520.610.05
HSL9.32º85.06%65.88%-
HSV(B)9.32º61.16%94.9%-
XYZ4532.4114.47-
YUV151.7595.41192.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.42%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 94 (37.11% from 255) = 20.75%
R=53.42%
G=25.83%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421179400.520.610.059.3285.0665.88
HexF2755E0343D595542
Octal36216513606475511125102
Binary11110010111010110111100110100111101101100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2755E; }

 p { color: rgb(242,117,94); }

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

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

 a { background-color: rgb(242,117,94); }

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

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

 span { border-color: rgb(242,117,94); }

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