#FC7368

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

Shades of Bittersweet #FC7368

Tints of Bittersweet #FC7368

Color information

#FC7368 (or 0xFC7368) is unknown color: approx Bittersweet. HEX triplet: FC, 73 and 68. RGB value is (252,115,104). Sum of RGB (Red+Green+Blue) = 252+115+104=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7368 is #038C97. Grayscale: #9A9A9A. Windows color (decimal): -232600 or 6845436. OLE color: 6845436.

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

Color convert

RGB252115104-
CMYK00.540.590.01
HSL4.46º96.1%69.8%-
HSV(B)4.46º58.73%98.82%-
XYZ48.7733.9617.08-
YUV154.7199.39197.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.50%
GREEN value IS 115 (45.31% from 255) = 24.42%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=53.50%
G=24.42%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211510400.540.590.014.4696.169.8
HexFC73680363B146046
Octal3741631500667314140106
Binary11111100111001111010000110110111011110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7368; }

 p { color: rgb(252,115,104); }

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

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

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

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

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

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

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