#FC7065

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

Shades of Bittersweet #FC7065

Tints of Bittersweet #FC7065

Color information

#FC7065 (or 0xFC7065) is unknown color: approx Bittersweet. HEX triplet: FC, 70 and 65. RGB value is (252,112,101). Sum of RGB (Red+Green+Blue) = 252+112+101=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7065 is #038F9A. Grayscale: #989898. Windows color (decimal): -233371 or 6648060. OLE color: 6648060.

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

Color convert

RGB252112101-
CMYK00.560.600.01
HSL4.37º96.18%69.22%-
HSV(B)4.37º59.92%98.82%-
XYZ48.2933.2216.18-
YUV152.6198.88198.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.19%
GREEN value IS 112 (44.14% from 255) = 24.09%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=54.19%
G=24.09%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211210100.560.600.014.3796.1869.22
HexFC70650383C146045
Octal3741601450707414140105
Binary11111100111000011001010111000111100110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7065; }

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

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

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

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

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

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

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

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