#F85E5D

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

Shades of Bittersweet #F85E5D

Tints of Bittersweet #F85E5D

Color information

#F85E5D (or 0xF85E5D) is unknown color: approx Bittersweet. HEX triplet: F8, 5E and 5D. RGB value is (248,94,93). Sum of RGB (Red+Green+Blue) = 248+94+93=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E5D is #07A1A2. Grayscale: #8C8C8C. Windows color (decimal): -500131 or 6119160. OLE color: 6119160.

HSL color Cylindrical-coordinate representation of color #F85E5D: hue angle of 0.39º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85E5D is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB2489493-
CMYK00.620.620.03
HSL0.39º91.72%66.86%-
HSV(B)0.39º62.5%97.25%-
XYZ44.6928.7513.55-
YUV139.93101.52205.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.01%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=57.01%
G=21.61%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248949300.620.620.030.3991.7266.86
HexF85E5D03E3E305c43
Octal3701361350767630134103
Binary1111100010111101011101011111011111011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85E5D; }

 p { color: rgb(248,94,93); }

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

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

 a { background-color: rgb(248,94,93); }

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

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

 span { border-color: rgb(248,94,93); }

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