#FC7560

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

Shades of Bittersweet #FC7560

Tints of Bittersweet #FC7560

Color information

#FC7560 (or 0xFC7560) is unknown color: approx Bittersweet. HEX triplet: FC, 75 and 60. RGB value is (252,117,96). Sum of RGB (Red+Green+Blue) = 252+117+96=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7560 is #038A9F. Grayscale: #9B9B9B. Windows color (decimal): -232096 or 6321660. OLE color: 6321660.

HSL color Cylindrical-coordinate representation of color #FC7560: hue angle of 8.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC7560 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25211796-
CMYK00.540.620.01
HSL8.08º96.3%68.24%-
HSV(B)8.08º61.9%98.82%-
XYZ48.6234.2615.12-
YUV154.9794.73197.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.19%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=54.19%
G=25.16%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521179600.540.620.018.0896.368.24
HexFC75600363E186044
Octal37416514006676110140104
Binary111111001110101110000001101101111101100011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7560; }

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

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

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

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

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

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

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

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