#F87164

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

Shades of Bittersweet #F87164

Tints of Bittersweet #F87164

Color information

#F87164 (or 0xF87164) is unknown color: approx Bittersweet. HEX triplet: F8, 71 and 64. RGB value is (248,113,100). Sum of RGB (Red+Green+Blue) = 248+113+100=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F87164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87164 is #078E9B. Grayscale: #989898. Windows color (decimal): -495260 or 6582776. OLE color: 6582776.

HSL color Cylindrical-coordinate representation of color #F87164: hue angle of 5.27º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F87164 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB248113100-
CMYK00.540.600.03
HSL5.27º91.36%68.24%-
HSV(B)5.27º59.68%97.25%-
XYZ46.9232.6915.89-
YUV151.8898.73196.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.80%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=53.80%
G=24.51%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811310000.540.600.035.2791.3668.24
HexF871640363C355b44
Octal3701611440667435133104
Binary111110001110001110010001101101111001110110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87164; }

 p { color: rgb(248,113,100); }

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

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

 a { background-color: rgb(248,113,100); }

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

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

 span { border-color: rgb(248,113,100); }

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