#F87268

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

Shades of Bittersweet #F87268

Tints of Bittersweet #F87268

Color information

#F87268 (or 0xF87268) is unknown color: approx Bittersweet. HEX triplet: F8, 72 and 68. RGB value is (248,114,104). Sum of RGB (Red+Green+Blue) = 248+114+104=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F87268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87268 is #078D97. Grayscale: #999999. Windows color (decimal): -495000 or 6845176. OLE color: 6845176.

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

Color convert

RGB248114104-
CMYK00.540.580.03
HSL4.17º91.14%69.02%-
HSV(B)4.17º58.06%97.25%-
XYZ47.2332.9916.98-
YUV152.93100.39195.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.22%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 104 (41.02% from 255) = 22.32%
R=53.22%
G=24.46%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811410400.540.580.034.1791.1469.02
HexF872680363A345b45
Octal3701621500667234133105
Binary111110001110010110100001101101110101110010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87268; }

 p { color: rgb(248,114,104); }

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

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

 a { background-color: rgb(248,114,104); }

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

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

 span { border-color: rgb(248,114,104); }

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