#FC7163

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

Shades of Bittersweet #FC7163

Tints of Bittersweet #FC7163

Color information

#FC7163 (or 0xFC7163) is unknown color: approx Bittersweet. HEX triplet: FC, 71 and 63. RGB value is (252,113,99). Sum of RGB (Red+Green+Blue) = 252+113+99=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7163 is #038E9C. Grayscale: #999999. Windows color (decimal): -233117 or 6517244. OLE color: 6517244.

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

Color convert

RGB25211399-
CMYK00.550.610.01
HSL5.49º96.23%68.82%-
HSV(B)5.49º60.71%98.82%-
XYZ48.333.4115.71-
YUV152.9697.55198.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.31%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=54.31%
G=24.35%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521139900.550.610.015.4996.2368.82
HexFC71630373D156045
Octal3741611430677515140105
Binary11111100111000111000110110111111101110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7163; }

 p { color: rgb(252,113,99); }

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

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

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

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

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

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

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