#FC6965

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

Shades of Bittersweet #FC6965

Tints of Bittersweet #FC6965

Color information

#FC6965 (or 0xFC6965) is unknown color: approx Bittersweet. HEX triplet: FC, 69 and 65. RGB value is (252,105,101). Sum of RGB (Red+Green+Blue) = 252+105+101=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6965 is #03969A. Grayscale: #949494. Windows color (decimal): -235163 or 6646268. OLE color: 6646268.

HSL color Cylindrical-coordinate representation of color #FC6965: hue angle of 1.59º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6965 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252105101-
CMYK00.580.600.01
HSL1.59º96.18%69.22%-
HSV(B)1.59º59.92%98.82%-
XYZ47.5531.7415.93-
YUV148.5101.2201.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.02%
GREEN value IS 105 (41.41% from 255) = 22.93%
BLUE value IS 101 (39.84% from 255) = 22.05%
R=55.02%
G=22.93%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210510100.580.600.011.5996.1869.22
HexFC696503A3C126045
Octal3741511450727412140105
Binary1111110011010011100101011101011110011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6965; }

 p { color: rgb(252,105,101); }

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

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

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

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

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

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

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