#FC6C69

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

Shades of Bittersweet #FC6C69

Tints of Bittersweet #FC6C69

Color information

#FC6C69 (or 0xFC6C69) is unknown color: approx Bittersweet. HEX triplet: FC, 6C and 69. RGB value is (252,108,105). Sum of RGB (Red+Green+Blue) = 252+108+105=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C69 is #039396. Grayscale: #969696. Windows color (decimal): -234391 or 6909180. OLE color: 6909180.

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

Color convert

RGB252108105-
CMYK00.570.580.01
HSL1.22º96.08%70%-
HSV(B)1.22º58.33%98.82%-
XYZ48.0632.4417.09-
YUV150.71102.21200.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.19%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 105 (41.41% from 255) = 22.58%
R=54.19%
G=23.23%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210810500.570.580.011.2296.0870
HexFC6C690393A116046
Octal3741541510717211140106
Binary111111001101100110100101110011110101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6C69; }

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

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

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

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

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

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

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

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