#fc7468

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

Shades of Bittersweet #FC7468

Tints of Bittersweet #FC7468

Color information

#FC7468 (or 0xFC7468) is unknown color: approx Bittersweet. HEX triplet: FC, 74 and 68. RGB value is (252,116,104). Sum of RGB (Red+Green+Blue) = 252+116+104=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7468 is #038B97. Grayscale: #9B9B9B. Windows color (decimal): -232344 or 6845692. OLE color: 6845692.

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

Color convert

RGB252116104-
CMYK00.540.590.01
HSL4.86º96.1%69.8%-
HSV(B)4.86º58.73%98.82%-
XYZ48.8934.1917.12-
YUV155.399.06196.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.39%
GREEN value IS 116 (45.70% from 255) = 24.58%
BLUE value IS 104 (41.02% from 255) = 22.03%
R=53.39%
G=24.58%
B=22.03%

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
Decimal25211610400.540.590.014.8696.169.8
HexFC74680363B156046
Octal3741641500667315140106
Binary11111100111010011010000110110111011110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc7468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc7468; }

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

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

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

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

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

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

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

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