#FC7465

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

Shades of Bittersweet #FC7465

Tints of Bittersweet #FC7465

Color information

#FC7465 (or 0xFC7465) is unknown color: approx Bittersweet. HEX triplet: FC, 74 and 65. RGB value is (252,116,101). Sum of RGB (Red+Green+Blue) = 252+116+101=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7465 is #038B9A. Grayscale: #9B9B9B. Windows color (decimal): -232347 or 6649084. OLE color: 6649084.

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

Color convert

RGB252116101-
CMYK00.540.600.01
HSL5.96º96.18%69.22%-
HSV(B)5.96º59.92%98.82%-
XYZ48.7434.1316.33-
YUV154.9597.56197.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.73%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=53.73%
G=24.73%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211610100.540.600.015.9696.1869.22
HexFC74650363C166045
Octal3741641450667416140105
Binary11111100111010011001010110110111100111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7465; }

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

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

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

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

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

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

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

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