#FC6968

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

Shades of Bittersweet #FC6968

Tints of Bittersweet #FC6968

Color information

#FC6968 (or 0xFC6968) is unknown color: approx Bittersweet. HEX triplet: FC, 69 and 68. RGB value is (252,105,104). Sum of RGB (Red+Green+Blue) = 252+105+104=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6968 is #039697. Grayscale: #949494. Windows color (decimal): -235160 or 6842876. OLE color: 6842876.

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

Color convert

RGB252105104-
CMYK00.580.590.01
HSL0.41º96.1%69.8%-
HSV(B)0.41º58.73%98.82%-
XYZ47.731.816.72-
YUV148.84102.7201.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.66%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=54.66%
G=22.78%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210510400.580.590.010.4196.169.8
HexFC696803A3B106046
Octal3741511500727310140106
Binary111111001101001110100001110101110111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6968; }

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

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

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

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

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

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

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

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