#FC615D

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

Shades of Bittersweet #FC615D

Tints of Bittersweet #FC615D

Color information

#FC615D (or 0xFC615D) is unknown color: approx Bittersweet. HEX triplet: FC, 61 and 5D. RGB value is (252,97,93). Sum of RGB (Red+Green+Blue) = 252+97+93=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC615D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC615D is #039EA2. Grayscale: #8F8F8F. Windows color (decimal): -237219 or 6119932. OLE color: 6119932.

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

Color convert

RGB2529793-
CMYK00.620.630.01
HSL1.51º96.36%67.65%-
HSV(B)1.51º63.1%98.82%-
XYZ46.430.0413.71-
YUV142.8999.85205.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.01%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=57.01%
G=21.95%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252979300.620.630.011.5196.3667.65
HexFC615D03E3F126044
Octal3741411350767712140104
Binary1111110011000011011101011111011111111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC615D; }

 p { color: rgb(252,97,93); }

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

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

 a { background-color: rgb(252,97,93); }

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

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

 span { border-color: rgb(252,97,93); }

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