#F85F59

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

Shades of Bittersweet #F85F59

Tints of Bittersweet #F85F59

Color information

#F85F59 (or 0xF85F59) is unknown color: approx Bittersweet. HEX triplet: F8, 5F and 59. RGB value is (248,95,89). Sum of RGB (Red+Green+Blue) = 248+95+89=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85F59 is #07A0A6. Grayscale: #8C8C8C. Windows color (decimal): -499879 or 5857272. OLE color: 5857272.

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

Color convert

RGB2489589-
CMYK00.620.640.03
HSL2.26º91.91%66.08%-
HSV(B)2.26º64.11%97.25%-
XYZ44.6128.8612.67-
YUV140.0699.19204.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.41%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 89 (35.16% from 255) = 20.60%
R=57.41%
G=21.99%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248958900.620.640.032.2691.9166.08
HexF85F5903E40325c42
Octal37013713107610032134102
Binary111110001011111101100101111101000000111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85F59; }

 p { color: rgb(248,95,89); }

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

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

 a { background-color: rgb(248,95,89); }

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

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

 span { border-color: rgb(248,95,89); }

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