#FC6060

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

Shades of Bittersweet #FC6060

Tints of Bittersweet #FC6060

Color information

#FC6060 (or 0xFC6060) is unknown color: approx Bittersweet. HEX triplet: FC, 60 and 60. RGB value is (252,96,96). Sum of RGB (Red+Green+Blue) = 252+96+96=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6060 is #039F9F. Grayscale: #8E8E8E. Windows color (decimal): -237472 or 6316284. OLE color: 6316284.

HSL color Cylindrical-coordinate representation of color #FC6060: hue angle of 0º 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 #FC6060 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB2529696-
CMYK00.620.620.01
HSL96.3%68.24%-
HSV(B)61.9%98.82%-
XYZ46.4429.9114.39-
YUV142.64101.68206-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.76%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=56.76%
G=21.62%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252969600.620.620.01096.368.24
HexFC606003E3E106044
Octal3741401400767610140104
Binary111111001100000110000001111101111101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6060; }

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

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

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

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

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

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

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

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