#F2755D

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

Shades of Bittersweet #F2755D

Tints of Bittersweet #F2755D

Color information

#F2755D (or 0xF2755D) is unknown color: approx Bittersweet. HEX triplet: F2, 75 and 5D. RGB value is (242,117,93). Sum of RGB (Red+Green+Blue) = 242+117+93=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2755D is #0D8AA2. Grayscale: #979797. Windows color (decimal): -887459 or 6125042. OLE color: 6125042.

HSL color Cylindrical-coordinate representation of color #F2755D: hue angle of 9.66º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2755D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB24211793-
CMYK00.520.620.05
HSL9.66º85.14%65.69%-
HSV(B)9.66º61.57%94.9%-
XYZ44.9632.3914.24-
YUV151.6494.91192.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.54%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 93 (36.72% from 255) = 20.58%
R=53.54%
G=25.88%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421179300.520.620.059.6685.1465.69
HexF2755D0343E5a5542
Octal36216513506476512125102
Binary11110010111010110111010110100111110101101010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2755D; }

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

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

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

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

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

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

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

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