#FC6C58

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

Shades of Bittersweet #FC6C58

Tints of Bittersweet #FC6C58

Color information

#FC6C58 (or 0xFC6C58) is unknown color: approx Bittersweet. HEX triplet: FC, 6C and 58. RGB value is (252,108,88). Sum of RGB (Red+Green+Blue) = 252+108+88=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C58 is #0393A7. Grayscale: #959595. Windows color (decimal): -234408 or 5795068. OLE color: 5795068.

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

Color convert

RGB25210888-
CMYK00.570.650.01
HSL7.32º96.47%66.67%-
HSV(B)7.32º65.08%98.82%-
XYZ47.2732.1312.94-
YUV148.7893.71201.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.25%
GREEN value IS 108 (42.58% from 255) = 24.11%
BLUE value IS 88 (34.77% from 255) = 19.64%
R=56.25%
G=24.11%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521088800.570.650.017.3296.4766.67
HexFC6C5803941176043
Octal37415413007110117140103
Binary111111001101100101100001110011000001111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6C58; }

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

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

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

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

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

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

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

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