#F87560

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

Shades of Bittersweet #F87560

Tints of Bittersweet #F87560

Color information

#F87560 (or 0xF87560) is unknown color: approx Bittersweet. HEX triplet: F8, 75 and 60. RGB value is (248,117,96). Sum of RGB (Red+Green+Blue) = 248+117+96=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F87560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87560 is #078A9F. Grayscale: #999999. Windows color (decimal): -494240 or 6321656. OLE color: 6321656.

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

Color convert

RGB24811796-
CMYK00.530.610.03
HSL8.29º91.57%67.45%-
HSV(B)8.29º61.29%97.25%-
XYZ47.1833.5215.05-
YUV153.7895.4195.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.80%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=53.80%
G=25.38%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481179600.530.610.038.2991.5767.45
HexF875600353D385c43
Octal37016514006575310134103
Binary1111100011101011100000011010111110111100010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87560; }

 p { color: rgb(248,117,96); }

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

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

 a { background-color: rgb(248,117,96); }

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

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

 span { border-color: rgb(248,117,96); }

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